From 9acb5f46210526d238aca26dba9407d824028ebd Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Wed, 9 Oct 2019 03:45:04 -0300 Subject: [PATCH] Debug en el repo \o/ --- bin/monitor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/monitor.js b/bin/monitor.js index c3dad24..323dc6c 100755 --- a/bin/monitor.js +++ b/bin/monitor.js @@ -318,7 +318,8 @@ function timer() netid = x; } ) .catch( err => { - console.log("monitor.js non-fatal: "+err) + console.error(web3); + console.error("monitor.js non-fatal: "+err) }); return; } -- GitLab