You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking readFile, if you pass in null for the options object, and also pass in a callback, line 14 in index.js throws a "cannot read property reviver of null" exception. This is a new bug since the recent addition of the "reviver" parameter.
The text was updated successfully, but these errors were encountered:
When invoking readFile, if you pass in null for the options object, and also pass in a callback, line 14 in index.js throws a "cannot read property reviver of null" exception. This is a new bug since the recent addition of the "reviver" parameter.
The text was updated successfully, but these errors were encountered: