Node.js has a [known issue](https://github.com/joyent/node/issues/3584) on windows with truncated stdout on process exit. I have this now when using `gulp` within WebStorm. The grunt team made a nice hack for it: I propose to use this in gulp: [node-exit](https://npmjs.org/package/exit)
Node.js has a known issue on windows with truncated stdout on process exit.
I have this now when using
gulpwithin WebStorm.The grunt team made a nice hack for it: I propose to use this in gulp: node-exit