From b0a0df039b7c6e35df83bdb714cbd303727c4887 Mon Sep 17 00:00:00 2001 From: Stefan Stojanovic Date: Tue, 17 Mar 2026 16:29:10 +0100 Subject: [PATCH] Update src/win/fs-event.c Co-authored-by: Jameson Nash --- src/win/fs-event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/fs-event.c b/src/win/fs-event.c index cc30d8fc0..7ef279f66 100644 --- a/src/win/fs-event.c +++ b/src/win/fs-event.c @@ -610,7 +610,7 @@ void uv__process_fs_event_req(uv_loop_t* loop, uv_req_t* req, FILE_NAME_NORMALIZED); if (path_len > 0 && path_len < MAX_PATH) { - if (wcsstr(path_buf, L"$Extend\\$Deleted") != NULL) { + if (wcsstr(path_buf, L"\\$Extend\\$Deleted\\") != NULL) { handle->cb(handle, NULL, 0, UV_ENOENT); return; }