arg fwd should also work on windows
This commit is contained in:
parent
df42990770
commit
0980ba367a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ var paths = {
|
||||||
var argv = {
|
var argv = {
|
||||||
darwin: '"$@"',
|
darwin: '"$@"',
|
||||||
linux: '"$@"',
|
linux: '"$@"',
|
||||||
win32: '"$@"' // 90% sure this isn't right
|
win32: '%*' // does this work with " " in the args?
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!paths[platform]) throw new Error('Unknown platform: '+platform)
|
if (!paths[platform]) throw new Error('Unknown platform: '+platform)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue