mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 11:31:27 +08:00
fix: #2480
This commit is contained in:
@@ -787,7 +787,7 @@ module.exports.grpcQuery = async (options) => {
|
||||
data: ""
|
||||
});
|
||||
} else {
|
||||
log.debug("monitor:", `gRPC response: ${response}`);
|
||||
log.debug("monitor:", `gRPC response: ${JSON.stringify(response)}`);
|
||||
return resolve({
|
||||
code: 1,
|
||||
errorMessage: "",
|
||||
|
Reference in New Issue
Block a user