Closed satazor closed 11 years ago
If the error code is something else than ENOENT (e.g.: EPERM), readFile should actually rethrow the error.
ENOENT
EPERM
It always fills me with joy when the Zen of Python gets applied.
Errors should never pass silently.
/me runs away ashamed crying
If the error code is something else than
ENOENT
(e.g.:EPERM
), readFile should actually rethrow the error.