v0.9.0
Pre-release
Pre-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.
- This means that stdout/stderr will not be available in the return value by default, but can be changed via