-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
notify: use execFile with arg array instead of exec to avoid shell-es…
…cape, fixes #239 Also proper fix for #167 https://www.npmjs.com/package/shell-escape https://stackoverflow.com/questions/1779858/how-do-i-escape-a-string-for-a-shell-command-in-node https://nodejs.org/api/child_process.html#child_processexecfilefile-args-options-callback
- Loading branch information
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters