From f2bebb12c60a91d8e3fca5d9238ec1364cdda93d Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 30 Jun 2015 22:21:01 -0400 Subject: [PATCH] turns out "detached" isn't even an option, so I've removed it altogether Conflicts: nodebb --- nodebb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodebb b/nodebb index 37a783ec79..8e6a32ddfa 100755 --- a/nodebb +++ b/nodebb @@ -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;