We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b695d0 commit d47f6baCopy full SHA for d47f6ba
src/node.h
@@ -96,7 +96,7 @@ NODE_EXTERN v8::Local<v8::Value> UVException(v8::Isolate* isolate,
96
const char* path,
97
const char* dest);
98
99
-NODE_DEPRECATED("Use UVException(isolate, ...)",
+NODE_DEPRECATED("Use ErrnoException(isolate, ...)",
100
inline v8::Local<v8::Value> ErrnoException(
101
int errorno,
102
const char* syscall = NULL,
0 commit comments