Skip to content

Commit

Permalink
src: fix deprecation message for ErrnoException
Browse files Browse the repository at this point in the history
Fix copy paste error in deprecation message

PR-URL: #4269
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Fedor Indutny <[email protected]>
Reviewed-By: Rod Vagg <[email protected]>
  • Loading branch information
gagern authored and jasnell committed Dec 14, 2015
1 parent 7598ed6 commit c311b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ NODE_EXTERN v8::Local<v8::Value> UVException(v8::Isolate* isolate,
const char* path,
const char* dest);

NODE_DEPRECATED("Use UVException(isolate, ...)",
NODE_DEPRECATED("Use ErrnoException(isolate, ...)",
inline v8::Local<v8::Value> ErrnoException(
int errorno,
const char* syscall = NULL,
Expand Down

0 comments on commit c311b61

Please sign in to comment.