Skip to content

Commit

Permalink
fs: fix utime merge snafu
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Aug 12, 2024
1 parent cc5309c commit 71050c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mod_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,6 @@ static JSValue tjs_fs_xutime(JSContext *ctx, JSValue this_val, int argc, JSValue
if (!path)
return JS_EXCEPTION;

return JS_UNDEFINED;

TJSFsReq *fr = js_malloc(ctx, sizeof(*fr));
if (!fr) {
JS_FreeCString(ctx, path);
Expand Down

0 comments on commit 71050c7

Please sign in to comment.