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

Circumvent bug in failed connects.

parent 3b281d73
No related branches found
No related tags found
No related merge requests found
...@@ -321,7 +321,8 @@ function timer() ...@@ -321,7 +321,8 @@ function timer()
netid = x; netid = x;
} ) } )
.catch( err => { .catch( err => {
console.log( "monitor.js waiting for geth to open socket." ); console.log( "monitor.js unable to connect to geth." );
process.exit(1);
}); });
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