Skip to content

Commit 78c08d7

Browse files
authored
fix: remove outputFileSync usage (#645)
1 parent 9a082cc commit 78c08d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

first-run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function isFirstRun() {
4242
return false;
4343
}
4444

45-
fs.outputFileSync(configPath, '');
45+
fs.writeFileSync(configPath, '');
4646
} catch (error) {
4747
console.warn(`First run: Unable to write firstRun file`, error);
4848
}

0 commit comments

Comments
 (0)