Closed toddself closed 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?
statSync
try/catch
See: https://github.com/nodejs/node/pull/12562
oh, yes this should have been .statSync! fixed in 4.0.3
.statSync
thank you @juliangruber!
Wasn't sure if you wanted to do
statSync
with thetry/catch
block, or if you wanted to keep the async call and just provide the callback?