Stetson Pierce

Results 3 comments of Stetson Pierce

I was looking for an easy solution to this problem as well. Of course @juanpaco already addressed it. Thanks, Ethan.

I'm also having this issue and am also on MacOS 10.12.6. I'm using the `require('deasync').loopWhile(function(){return !done;});` flavor. I actually found [this](https://github.com/nodejs/node/issues/8258) issue in the Node repo itself. It mentions that...

@dremekie I unfortunately had to do the same. It forced me to write my async code in a different place where previously I was writing it in Mongoose lifecycle hooks...