Skip to content

Commit 37ef8ab

Browse files
ChALkeRanonrig
andauthored
nit: Remove old comment
Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 5142f4e commit 37ef8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fs.js

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

23832383
const flag = options.flag || 'w';
2384-
const isUserFd = isFd(path); // File descriptor ownership
2384+
const isUserFd = isFd(path);
23852385

23862386
// C++ fast path for string data and UTF8 encoding
23872387
if (

0 commit comments

Comments
 (0)