Skip to content

Commit d47f6ba

Browse files
gagernMyles Borins
authored and
Myles Borins
committed
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 5b695d0 commit d47f6ba

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)