mirror of
https://github.com/actions/toolkit.git
synced 2026-08-28 00:00:25 +02:00
spacing
This commit is contained in:
@@ -40,6 +40,7 @@ export async function readlink(fsPath: string): Promise<string> {
|
|||||||
|
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
// See https://github.com/nodejs/node/blob/d0153aee367422d0858105abec186da4dff0a0c5/deps/uv/include/uv/win.h#L691
|
// See https://github.com/nodejs/node/blob/d0153aee367422d0858105abec186da4dff0a0c5/deps/uv/include/uv/win.h#L691
|
||||||
export const UV_FS_O_EXLOCK = 0x10000000
|
export const UV_FS_O_EXLOCK = 0x10000000
|
||||||
export const READONLY = fs.constants.O_RDONLY
|
export const READONLY = fs.constants.O_RDONLY
|
||||||
|
|||||||
Reference in New Issue
Block a user