Skip to content

v4.1.0

Compare
Choose a tag to compare
@mysticatea mysticatea released this 26 Aug 14:10
· 28 commits to master since this release
v4.1.0
59219e8

Features

  • e07e782 add --aggregate-output option. This option avoids that the output of tasks is mixed even if parallel mode. Don't use this option if a task never finishes (e.g. web server, file watching, ...).
    Thank you, @fatso83 !

Bug fixes

  • f7f7b43 fixed a bug that npm-run-all shows MaxListenersExceededWarning warnings if it runs many tasks in parallel.