Skip to content

Commit

Permalink
Reverted back 'ignore' key to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachit Tiwari authored and Rachit Tiwari committed Feb 21, 2025
1 parent a9c84b0 commit 97dc732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tunnel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ async function getTunnelID(infoAPIPort, retries){
})
var subprocess = childProcess.spawn(self.binaryPath, binaryArguments, {
detached:true,
stdio:['ignore','ignore','ignore','ignore']
stdio:'ignore'
});
subprocess.unref()

Expand Down

0 comments on commit 97dc732

Please sign in to comment.