You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated cached task outputs to now be prefixed with the task target when printing to the console.
Updated Bun/Yarn lockfile parsing to temporarily log a warning on parse failure instead of exiting
with an error. This change was made as there are currently no actionable or human-readable error
messages.
🐞 Fixes
Fixed an issue where empty lines were being trimmed while streaming task console output.
Fixed an issue where tasks that errored before the command is executed, would swallow the error
in moon ci.
It would also put the task in a non-failed state depending on the order of operations. This
should be correct now.