Skip to content

Commit c751faf

Browse files
ChALkeRanonrig
authored andcommitted
nit: Remove old comment
Co-authored-by: Yagiz Nizipli <[email protected]>
1 parent 7754b1e commit c751faf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ function writeFileSync(path, data, options) {
23882388
validateBoolean(flush, 'options.flush');
23892389

23902390
const flag = options.flag || 'w';
2391-
const isUserFd = isFd(path); // File descriptor ownership
2391+
const isUserFd = isFd(path);
23922392

23932393
// C++ fast path for string data and UTF8 encoding
23942394
if (

0 commit comments

Comments
 (0)