Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 44ed032

Browse files
committed
Update main.js
1 parent 605de2e commit 44ed032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ var start_local_server = function() {
108108

109109
var random_port = Math.floor((Math.random() * 10000) + 30000);
110110

111-
subpy = require('child_process').spawn(serverPath + daemon, ['start', '--loglevel', 'debug', '-p', random_port, '-t'], {
111+
subpy = require('child_process').spawn(serverPath + daemon, ['start', '--loglevel', 'debug', '-p', random_port], {
112112
detach: false,
113113
cwd: __dirname + path.sep + '..' + path.sep + 'OpenBazaar-Server'
114114
});

0 commit comments

Comments
 (0)