Fix @typescript-eslint/no-floating-promises errors
This commit is contained in:
parent
b9aa271bfc
commit
76912a3d27
13 changed files with 27 additions and 23 deletions
|
|
@ -213,7 +213,7 @@ function syncPackageJSON() {
|
|||
}
|
||||
|
||||
function alert(message: string) {
|
||||
dialog.showMessageBox({
|
||||
void dialog.showMessageBox({
|
||||
message,
|
||||
buttons: ['Ok']
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue