Skip to content

Commit c311b61

Browse files
gagernjasnell
authored andcommitted
src: fix deprecation message for ErrnoException
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]>
1 parent 7598ed6 commit c311b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ NODE_EXTERN v8::Local<v8::Value> UVException(v8::Isolate* isolate,
9696
const char* path,
9797
const char* dest);
9898

99-
NODE_DEPRECATED("Use UVException(isolate, ...)",
99+
NODE_DEPRECATED("Use ErrnoException(isolate, ...)",
100100
inline v8::Local<v8::Value> ErrnoException(
101101
int errorno,
102102
const char* syscall = NULL,

0 commit comments

Comments
 (0)