| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 29d509c commit 02a61dd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1224,7 +1224,7 @@ static void Symlink(const FunctionCallbackInfo<Value>& args) { | |||
| 1224 | 1224 | TRACE_STR_COPY(*path)) | |
| 1225 | 1225 | AsyncDestCall(env, req_wrap_async, args, "symlink", *path, path.length(), | |
| 1226 | 1226 | UTF8, AfterNoArgs, uv_fs_symlink, *target, *path, flags); | |
| 1227 | - } else { // symlink(target, path, flags, undefinec, ctx) | ||
| 1227 | + } else { // symlink(target, path, flags, undefined, ctx) | ||
| 1228 | 1228 | CHECK_EQ(argc, 5); | |
| 1229 | 1229 | FSReqWrapSync req_wrap_sync; | |
| 1230 | 1230 | FS_SYNC_TRACE_BEGIN(symlink); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments