Davis Kimoto

Results 4 comments of Davis Kimoto

Then, I'll take a crack tonight.

After taking a look at this I found the `--retry` command in #132 . While this is almost what I want, if I use `--retry` on properly formatted code after...

At this point I think it's pretty clear there is community support and I don't think `--retry` is solving the problem correctly. I'll start on something tonight. I was waiting...

I'm having the same problem. I forced Node to crash on unhandled promise rejections (https://medium.com/@dtinth/making-unhandled-promise-rejections-crash-the-node-js-process-ffc27cfcc9dd) and I got back this: ` /usr/src/app/gulpfile.js:26 process.on('unhandledRejection', (up) => { throw up }); ^...