Skip to content
Snippets Groups Projects
Commit 9acb5f46 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Debug en el repo \o/

parent 4febf8a2
No related branches found
No related tags found
No related merge requests found
...@@ -318,7 +318,8 @@ function timer() ...@@ -318,7 +318,8 @@ function timer()
netid = x; netid = x;
} ) } )
.catch( err => { .catch( err => {
console.log("monitor.js non-fatal: "+err) console.error(web3);
console.error("monitor.js non-fatal: "+err)
}); });
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment