Update src/win/fs-event.c
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
This commit is contained in:
parent
520c0fe95a
commit
b0a0df039b
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user