mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 01:15:47 +01:00
ESlint keyword-spacing, no-multi-spaces
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
function forkChild(message, callback) {
|
||||
var forkProcessParams = {};
|
||||
if(global.v8debug || parseInt(process.execArgv.indexOf('--debug'), 10) !== -1) {
|
||||
if (global.v8debug || parseInt(process.execArgv.indexOf('--debug'), 10) !== -1) {
|
||||
forkProcessParams = {execArgv: ['--debug=' + (5859), '--nolazy']};
|
||||
}
|
||||
var child = fork('./bcrypt', [], forkProcessParams);
|
||||
|
||||
Reference in New Issue
Block a user