Skip to content

Fix log process error bug

Pre-release
Pre-release

Choose a tag to compare

@javierbrea javierbrea released this 28 Jul 07:49
· 91 commits to master since this release
d63267a
  • Do not reject promise when process logs receives an stderr. Process logs promise was being rejected when an stderr event was received. This behavior was wrong. Now, the received stderr is being logged, and Promise is only rejected if log process exit with an error code.
  • Use only two first arguments of used npm command to suggest another commands.