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 02a61dd

Browse filesBrowse files
kwarabeijuanarbol
authored andcommitted
src: fix typo in node_file.cc
`undefinec` -> `undefined` PR-URL: #45998 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 29d509c commit 02a61dd
Copy full SHA for 02a61dd

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_file.cc‎

Copy file name to clipboardExpand all lines: src/node_file.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ static void Symlink(const FunctionCallbackInfo<Value>& args) {
12241224
TRACE_STR_COPY(*path))
12251225
AsyncDestCall(env, req_wrap_async, args, "symlink", *path, path.length(),
12261226
UTF8, AfterNoArgs, uv_fs_symlink, *target, *path, flags);
1227-
} else { // symlink(target, path, flags, undefinec, ctx)
1227+
} else { // symlink(target, path, flags, undefined, ctx)
12281228
CHECK_EQ(argc, 5);
12291229
FSReqWrapSync req_wrap_sync;
12301230
FS_SYNC_TRACE_BEGIN(symlink);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.