Add --executed-from as first argument
Esse commit está contido em:
@@ -3,7 +3,7 @@ var spawn = require('child_process').spawn;
|
||||
|
||||
var atomCommandPath = path.resolve(__dirname, '..', 'atom.exe');
|
||||
var arguments = process.argv.slice(2);
|
||||
arguments.push('--executed-from', process.cwd());
|
||||
arguments.unshift('--executed-from', process.cwd());
|
||||
var options = {detached: true, stdio: 'ignore'};
|
||||
spawn(atomCommandPath, arguments, options);
|
||||
process.exit(0);
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário