Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #25 from ofrobots/better-compat
Browse files Browse the repository at this point in the history
print 'ok' after connection
  • Loading branch information
jkrems authored Feb 18, 2017
2 parents 9708159 + 2a47125 commit 37cc9b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/_inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ class NodeInspector {
return this.client.connect()
.then(() => {
debuglog('connection established');
this.stdout.write(' ok');
}, (error) => {
debuglog('connect failed', error);
// If it's failed to connect 10 times then print failed message
Expand Down

0 comments on commit 37cc9b7

Please sign in to comment.