Commit 6bd8b7e5 authored by isaacs's avatar isaacs
Browse files

fs: Missing cb errors are deprecated, not a throw

Commit a8043473 makes fs function rethrow errors when the callback is
omitted. While the right thing to do, it's a change from the old v0.8
behavior where such errors were silently ignored.

To give users time to upgrade, temporarily disable that and replace it
with a function that warns once about the deprecated behavior.

Close #5005
parent fa05e8a2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment