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

Commit 37cc9b7

Browse files
authored
Merge pull request #25 from ofrobots/better-compat
print 'ok' after connection
2 parents 9708159 + 2a47125 commit 37cc9b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/_inspect.js

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ class NodeInspector {
175175
return this.client.connect()
176176
.then(() => {
177177
debuglog('connection established');
178+
this.stdout.write(' ok');
178179
}, (error) => {
179180
debuglog('connect failed', error);
180181
// If it's failed to connect 10 times then print failed message

0 commit comments

Comments
 (0)