Closed juliangruber closed 9 years ago
aaaand...it only doesn't work in phantomjs, again
this simple script doesn't log the line from after the timeout in phantomjs:
console.log('before timeout');
setTimeout(function(){
console.log('after timeout');
}, 1000);
already latest
:rocket:
One of your dependencies has just updated, so this PR bumps the corresponding version number in your
package.json
.You can now check that the dependency update doesn't break your code, and then release the new version of your software safe in the knowledge that it will stay in this working state, regardless of when your users do
$ npm install
.Have a good day!
This pull request was created by greenkeeper.io. It keeps your software, up to date, all the time.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap: