aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-05 14:19:55 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-05 14:19:55 +0700
commit9ea54f5cc6caaf543e02e58d5d9c776a7ea6260e (patch)
treeb495024698a44e389633426f06fad2538d3689f3
parentReview electron-builder and access description copy (diff)
downloadferdium-app-9ea54f5cc6caaf543e02e58d5d9c776a7ea6260e.tar.gz
ferdium-app-9ea54f5cc6caaf543e02e58d5d9c776a7ea6260e.tar.zst
ferdium-app-9ea54f5cc6caaf543e02e58d5d9c776a7ea6260e.zip
Add missing comma via linter
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index bc3c9555a..12ea7f646 100644
--- a/src/index.js
+++ b/src/index.js
@@ -174,7 +174,7 @@ const createWindow = () => {
174 webPreferences: { 174 webPreferences: {
175 nodeIntegration: true, 175 nodeIntegration: true,
176 webviewTag: true, 176 webviewTag: true,
177 preload: path.join(__dirname, 'sentry.js') 177 preload: path.join(__dirname, 'sentry.js'),
178 }, 178 },
179 }); 179 });
180 180