Skip to content

v0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@stylemistake stylemistake released this 20 Aug 07:51
· 1 commit to master since this release

This release is planned to be reverted, because changes to Juke.exec have made build scripts randomly stall on Windows. Additionally, stdio passthrough also makes impossible to prefix the output with the target name (which is something we want to add).

Changed

  • Juke.exec now spawns processes with inherited stdio by default.
    • This means that stdout/stderr will not be available in the return value by default, but can be changed via captureOutput: true.
    • This API might be changed in the future.