atom.exe is now up one more directory

Esse commit está contido em:
Kevin Sawicki
2014-12-12 11:08:27 -08:00
commit eef6532b8c
+1 -1
Ver Arquivo
@@ -1,7 +1,7 @@
var path = require('path');
var spawn = require('child_process').spawn;
var atomCommandPath = path.resolve(__dirname, '..', 'atom.exe');
var atomCommandPath = path.resolve(__dirname, '..', '..', 'atom.exe');
var arguments = process.argv.slice(2);
arguments.unshift('--executed-from', process.cwd());
var options = {detached: true, stdio: 'ignore'};