Skip to content

Commit

Permalink
add comment for shell set to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdenu4 committed Nov 21, 2024
1 parent 1fd0258 commit 276632d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workbench/src/main/setupAddRemovePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const logger = getLogger(__filename.split('/').slice(-1)[0]);
* Spawn a child process and log its stdout, stderr, and any error in spawning.
*
* child_process.spawn is called with the provided cmd, args, and options,
* and the windowsHide option set to true.
* and the windowsHide option set to true. The shell option is set to true
* because spawn by default sets shell to false.
*
* Required properties missing from the store are initialized with defaults.
* Invalid properties are reset to defaults.
Expand Down

0 comments on commit 276632d

Please sign in to comment.