diff --git a/lib/suppressed-errors.js b/lib/suppressed-errors.js index b0252321e..a9e710c39 100644 --- a/lib/suppressed-errors.js +++ b/lib/suppressed-errors.js @@ -73,7 +73,7 @@ Please check that ${chalk.greenBright('elm-review')} has write permissions to th return null; } - return await FS.remove(filePath); + await FS.remove(filePath); }); await Promise.all(writePromises); }