Skip to content

Commit 559add3

Browse files
committed
chore: fix why section in readme
1 parent 8f76e30 commit 559add3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Node has issues when using spawn on Windows:
3232
- It does not support [shebangs](https://en.wikipedia.org/wiki/Shebang_(Unix))
3333
- Has problems running commands with [spaces](https://github.com/nodejs/node/issues/7367)
3434
- Has problems running commands with posix relative paths (e.g.: `./my-folder/my-executable`)
35-
- Circuvents an [issue](https://github.com/moxystudio/node-cross-spawn/issues/82) around command shims (files in `node_modules/.bin/`), where arguments with quotes and parenthesis would result in an [invalid syntax error](https://github.com/moxystudio/node-cross-spawn/blob/e77b8f22a416db46b6196767bcd35601d7e11d54/test/index.test.js#L149)
35+
- Has an [issue](https://github.com/moxystudio/node-cross-spawn/issues/82) with command shims (files in `node_modules/.bin/`), where arguments with quotes and parenthesis would result in [invalid syntax error](https://github.com/moxystudio/node-cross-spawn/blob/e77b8f22a416db46b6196767bcd35601d7e11d54/test/index.test.js#L149)
3636
- No `options.shell` support on node `<v4.8`
3737

3838
All these issues are handled correctly by `cross-spawn`.

0 commit comments

Comments
 (0)