Commit 2a14faa6 authored by nanahira's avatar nanahira

og

parent a8248245
Pipeline #251 passed with stages
in 1 minute and 15 seconds
......@@ -107,7 +107,7 @@ async function checkNode(address: string, port: number): Promise<boolean> {
console.log(`Node ${address}:${port} is good.`);
return true;
} catch (e) {
console.log(`Node ${address}:${port} Failed ${i}: ${e.toString()}`);
console.log(`Node ${address}:${port} Failed in checking ${currentTestDomain} ${i}: ${e.toString()}`);
}
}
console.log(`Node ${address}:${port} is bad.`);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment