From 23eef1a0585e2787d214d8592dd4dc6d50eec1b9 Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Fri, 24 Mar 2017 12:55:10 -0300 Subject: [PATCH] Removed unused module from folderWatcher. --- src/main/folder-watcher.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/folder-watcher.js b/src/main/folder-watcher.js index ccf867a3..b8421d0a 100644 --- a/src/main/folder-watcher.js +++ b/src/main/folder-watcher.js @@ -1,4 +1,3 @@ -const ipc = require('electron').ipcMain const chokidar = require('chokidar') const log = require('./log')