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.
2 parents 09f7fad + ccc9c18 commit 9868621Copy full SHA for 9868621
bin/ember-modules-codemod.js
@@ -93,7 +93,7 @@ function buildReport() {
93
});
94
95
// Delete the temporary log file
96
- fs.unlink(log);
+ fs.unlinkSync(log);
97
98
99
// If there's anything to report, convert the JSON tuple into human-formatted
0 commit comments