Fix @typescript-eslint/no-floating-promises errors

This commit is contained in:
Labhansh Agrawal 2021-03-28 22:12:20 +05:30
parent b9aa271bfc
commit 76912a3d27
13 changed files with 27 additions and 23 deletions

View file

@ -213,7 +213,7 @@ function syncPackageJSON() {
}
function alert(message: string) {
dialog.showMessageBox({
void dialog.showMessageBox({
message,
buttons: ['Ok']
});