We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4337d commit e8368a1Copy full SHA for e8368a1
doc/api/fs.md
@@ -1261,7 +1261,7 @@ The file is created if it does not exist.
1261
* `'ax+'` - Like `'a+'` but fails if `path` exists.
1262
1263
`mode` sets the file mode (permission and sticky bits), but only if the file was
1264
-created. It defaults to `0666`, readable and writable.
+created. It defaults to `0o666` (readable and writable).
1265
1266
The callback gets two arguments `(err, fd)`.
1267
0 commit comments