Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.

Commit 38ae39d

Browse files
committed
standard 6 prep
1 parent df9f0c3 commit 38ae39d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env node
22

3-
process.chdir(__dirname + '/../')
3+
var path = require('path')
4+
process.chdir(path.join(__dirname, '..'))
45

56
var exec = require('shelljs').exec
67
exec('electron-spawn . ' + process.argv.slice(2).join(' ') + ' 2>&1 | ./node_modules/.bin/silence-chromium')

0 commit comments

Comments
 (0)