Skip to content

0.9.3

Choose a tag to compare

@github-actions github-actions released this 06 May 17:20
· 104 commits to main since this release
100164f

Added

  • Added support for non-UTF8 strings in arguments to process.exec and process.spawn

Changed

  • Improved cross-platform compatibility and correctness for values in process.args and process.env, especially on Windows

Fixed

  • Fixed stdin not being properly closed when not providing the stdin option to process.exec
  • Fixed various crashes during require that had the error cannot mutably borrow app data container