juliangruber / browser-run

Run code inside a browser from the command line
447 stars 62 forks source link

Fixes deprecation warning #139

Closed toddself closed 7 years ago

toddself commented 7 years ago

Wasn't sure if you wanted to do statSync with the try/catch block, or if you wanted to keep the async call and just provide the callback?

toddself commented 7 years ago

See: https://github.com/nodejs/node/pull/12562

juliangruber commented 7 years ago

oh, yes this should have been .statSync! fixed in 4.0.3

toddself commented 7 years ago

thank you @juliangruber!