Merge pull request #4 from no-boot-device/patch-1

fixes #3
This commit is contained in:
Cynthia Foxwell 2018-05-29 16:16:52 -06:00 committed by GitHub
commit fdd32950ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ exports = {
internal.print(`Reloading!`);
electron.getCurrentWindow().loadURL(window.location.href);
}
},`The following plugins need to update: ${updated.join(", ")}. Would you like to restart for these plugins to be updated?`,);
},`The following plugins need to update: ${updated.join(", ")}. Would you like to restart for these plugins to be updated?`);
}
},
@ -314,4 +314,4 @@ exports = {
this.updateCheck();
setTimeout(this.init,200);
}
}
}