Skip to content

Commit 9a860ea

Browse files
committed
text file busy error sometimes
1 parent c98889b commit 9a860ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var Tunnel = function Tunnel (key, port, uniqueIdentifier, callback, err) {
7676

7777
response.on('end', function () {
7878
fs.chmodSync(localBinary, 0700);
79-
tunnelLauncher();
79+
setTimeout(function() {tunnelLauncher();}, 100);
8080
});
8181
}
8282
);

0 commit comments

Comments
 (0)