Skip to content

Commit 97dc732

Browse files
Rachit TiwariRachit Tiwari
authored andcommitted
Reverted back 'ignore' key to string
1 parent a9c84b0 commit 97dc732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tunnel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ async function getTunnelID(infoAPIPort, retries){
11571157
})
11581158
var subprocess = childProcess.spawn(self.binaryPath, binaryArguments, {
11591159
detached:true,
1160-
stdio:['ignore','ignore','ignore','ignore']
1160+
stdio:'ignore'
11611161
});
11621162
subprocess.unref()
11631163

0 commit comments

Comments
 (0)