From aaa37feef7f7cc9dfcce75435de98736d1c7dd59 Mon Sep 17 00:00:00 2001 From: no-boot-device Date: Sun, 27 May 2018 06:37:51 -0500 Subject: [PATCH] fix the shit --- pluginsrepo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pluginsrepo.js b/pluginsrepo.js index 3e0cdd8..4469d6e 100644 --- a/pluginsrepo.js +++ b/pluginsrepo.js @@ -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); } -} \ No newline at end of file +}