promisify-node
promisify-node copied to clipboard
Problem with gulp.watch, mocha and promisify
When I using gulp.wach to run tests (mocha) on each changes of the files, nodegit initialized without error only first time. I've created repo to reproduce this problem (see README for error stack).
Please check it, if you have a time https://github.com/c301/promisify-issue
I ran into this issue earlier today, and found gulp-spawn-mocha to be a quick fix.