This commit is contained in:
Salman Muin Kayser Chishti
2025-10-16 14:27:39 +01:00
parent 6fa8f07827
commit 700a55077d
+1
View File
@@ -40,6 +40,7 @@ export async function readlink(fsPath: string): Promise<string> {
return result
}
// See https://github.com/nodejs/node/blob/d0153aee367422d0858105abec186da4dff0a0c5/deps/uv/include/uv/win.h#L691
export const UV_FS_O_EXLOCK = 0x10000000
export const READONLY = fs.constants.O_RDONLY