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.
outputFileSync
1 parent 9a082cc commit 78c08d7Copy full SHA for 78c08d7
first-run.js
@@ -42,7 +42,7 @@ function isFirstRun() {
42
return false;
43
}
44
45
- fs.outputFileSync(configPath, '');
+ fs.writeFileSync(configPath, '');
46
} catch (error) {
47
console.warn(`First run: Unable to write firstRun file`, error);
48
0 commit comments