8000
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 7598ed6 commit c311b61Copy full SHA for c311b61
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_DE 4F48 PRECATED("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