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.
1 parent 09f7fad commit ccc9c18Copy full SHA for ccc9c18
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