From ad4e50d54241637c288ba8eac6cc0fdf2349514b Mon Sep 17 00:00:00 2001 From: sota1235 Date: Sat, 14 Jan 2017 18:15:48 +0900 Subject: [PATCH] hack: for ESLint --- lib/finder-app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/finder-app.js b/lib/finder-app.js index 2f963b7c..8723c63a 100755 --- a/lib/finder-app.js +++ b/lib/finder-app.js @@ -6,7 +6,9 @@ app.on('ready', function () { app.dock.hide() } + /* eslint-disable */ finderWindow = require('./finder-window') + /* eslint-enable */ }) module.exports = app