turns out "detached" isn't even an option, so I've removed it altogether

Conflicts:
	nodebb
This commit is contained in:
Julian Lam
2015-06-30 22:21:01 -04:00
parent f2c45e98da
commit f2bebb12c6

3
nodebb
View File

@@ -48,8 +48,7 @@ switch(process.argv[2]) {
// Spawn a new NodeBB process
cproc.fork(__dirname + '/loader.js', {
env: process.env,
detatched: true
env: process.env
});
break;