fix: error invalid arg type on WSL systems on url open #392
Annotations
10 errors
Test:
node_modules/spawk/lib/spawk.js#L96
spawk: Unmatched spawn(sh,[ '-c', 'echo hello' ],{ shell: true })
|
Test:
node_modules/spawk/lib/spawk.js#L96
spawk: Unmatched spawn(sh,[ '-c', "echo 'hello world'" ],{ shell: true })
|
Test:
node_modules/spawk/lib/spawk.js#L96
spawk: Unmatched spawn(cmd.exe,[ '/d', '/s', '/c', 'echo hello' ],{ shell: true, windowsVerbatimArguments: true })
|
Test:
node_modules/spawk/lib/spawk.js#L96
spawk: Unmatched spawn(cmd.exe,[ '/d', '/s', '/c', '"echo" hello' ],{ shell: true, windowsVerbatimArguments: true })
|
Test:
node_modules/spawk/lib/spawk.js#L96
spawk: Unmatched spawn(cmd.exe,[ '/d', '/s', '/c', '"two words" hello' ],{ shell: true, windowsVerbatimArguments: true })
|
Test:
node_modules/spawk/lib/spawk.js#L96
spawk: Unmatched spawn(cmd.exe,[ '/d', '/s', '/c', 'one two three hello' ],{ shell: true, windowsVerbatimArguments: true })
|
Test:
node_modules/spawk/lib/spawk.js#L96
spawk: Unmatched spawn(cmd.exe,[ '/d', '/s', '/c', 'dir ^"with^ spaces^"' ],{ shell: true, windowsVerbatimArguments: true })
|
Test:
node_modules/spawk/lib/spawk.js#L96
spawk: Unmatched spawn(cmd.exe,[ '/d', '/s', '/c', 'dir ^^^"with^^^ spaces^^^"' ],{ shell: true, windowsVerbatimArguments: true })
|
Test:
node_modules/spawk/lib/spawk.js#L96
spawk: Unmatched spawn(cmd.exe,[ '/d', '/s', '/c', 'dir ^"with^ spaces^"' ],{ env: { PATH: 'C:\\\\Windows\\\\System32', PATHEXT: 'EXE' }, shell: true, windowsVerbatimArguments: true })
|
Test:
node_modules/spawk/lib/spawk.js#L96
spawk: Unmatched spawn(cmd.exe,[ '/d', '/s', '/c', 'dir ^"with^ spaces^"' ],{ env: { pAtH: 'C:\\\\Windows\\\\System32', pathEXT: 'EXE' }, shell: true, windowsVerbatimArguments: true })
|
Loading