8000 src: fix deprecation message for ErrnoException · nodejs/node@c311b61 · GitHub
[go: up one dir, main page]

Skip to content
8000

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 <cjihrig@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Rod Vagg <r@va.gg>
1 parent 7598ed6 commit c311b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.h

Lines changed: 1 addition & 1 deletion
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_DE 4F48 PRECATED("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)
0