Skip to content

Commit

Permalink
Revert flag addition
Browse files Browse the repository at this point in the history
Node regression fixed by `21.4`
  • Loading branch information
skeet70 committed Dec 6, 2023
1 parent c04ed17 commit fdcd469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ function execSync(cmd, opts, pipe) {
fs.writeFileSync(filePath, data, {
encoding: 'utf8',
mode: parseInt('600', 8),
flag: 'w',
});
}
writeFileLockedDown(stdoutFile, '');
Expand Down

0 comments on commit fdcd469

Please sign in to comment.