Skip to content

Commit 7acd992

Browse files
committed
fix: lint error
1 parent 73e5137 commit 7acd992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/suppressed-errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Please check that ${chalk.greenBright('elm-review')} has write permissions to th
7373
return null;
7474
}
7575

76-
return await FS.remove(filePath);
76+
await FS.remove(filePath);
7777
});
7878
await Promise.all(writePromises);
7979
}

0 commit comments

Comments
 (0)