Skip to content

Commit

Permalink
fswatch: fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 24, 2023
1 parent 3f010f5 commit 3156560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fswatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ static void uv__fs_event_cb(uv_fs_event_t *handle, const char *filename, int eve
} else {
// This shouldn't happen.
CHECK(0 && "invalid fs events");
return;
}

JSValue args[2] = {
Expand Down

0 comments on commit 3156560

Please sign in to comment.