Skip to content

Commit

Permalink
Create consistent behavior for fs module across platforms
Browse files Browse the repository at this point in the history
Add error message for
  • Loading branch information
timotew committed Jan 11, 2018
1 parent 20fe04f commit e9b532b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/internal/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ E('ERR_ENCODING_NOT_SUPPORTED', 'The "%s" encoding is not supported');
E('ERR_FALSY_VALUE_REJECTION', 'Promise was rejected with falsy value');
E('ERR_FS_INVALID_SYMLINK_TYPE',
'Symlink type must be one of "dir", "file", or "junction". Received "%s"');
E('ERR_FS_EISDIR_PATH',
'Illegal operation on a directory". open "%s"');
E('ERR_HTTP2_ALREADY_SHUTDOWN',
'Http2Session is already shutdown or destroyed');
E('ERR_HTTP2_ALTSVC_INVALID_ORIGIN',
Expand Down

0 comments on commit e9b532b

Please sign in to comment.