Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c311b61

Browse filesBrowse 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
Copy full SHA for c311b61

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/node.h‎

Copy file name to clipboardExpand all lines: src/node.h
+1-1Lines 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_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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.