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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Status bar logged to console after completion message is printed.
If the current behavior is a bug, please provide the steps to reproduce.
Use latest yarn from master for this:
yarn add express
You'll see items being logged after the completion message "Done in Xs" is printed. I think it's related to commit 61e402b where process.exit() was changed out for process.exitCode;
What is the expected behavior?
Completion message is the final thing printed.
Please mention your node.js, yarn and operating system version.
Node.js v6.11.0 / Yarn latest commit