spawndamnit
spawndamnit copied to clipboard
Add support for "encoding" parameter
This adds support for the "encoding" parameter (from spawnSync).
See https://nodejs.org/api/child_process.html#child_process_child_process_spawnsync_command_args_options
I'm not sure what changes to the flow signature are necessary to adjust the types for this.