Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 3, 2024
1 parent 73e5137 commit 7acd992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/suppressed-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 7acd992

Please sign in to comment.