We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e22316 commit a0160e8Copy full SHA for a0160e8
src/syscall/fs_js.go
@@ -29,7 +29,7 @@ var (
29
nodeTRUNC = constants.Get("O_TRUNC").Int()
30
nodeAPPEND = constants.Get("O_APPEND").Int()
31
nodeEXCL = constants.Get("O_EXCL").Int()
32
-
+
33
// NodeJS on Windows does not support O_DIRECTORY, so we default
34
// to -1 and assign it in init if available.
35
// See https://nodejs.org/docs/latest/api/fs.html#file-open-constants.
0 commit comments