From 2ffe4ba70b6caba5f1b864ddc97e84dabb20c203 Mon Sep 17 00:00:00 2001 From: Rokt33r Date: Tue, 22 Dec 2015 11:04:45 +0900 Subject: [PATCH] clean up code --- hotkey.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hotkey.js b/hotkey.js index ff1c8ba0..6ec2e67d 100644 --- a/hotkey.js +++ b/hotkey.js @@ -56,5 +56,6 @@ function emitToFinder (type, data) { type: type, data: data } + nodeIpc.server.broadcast('message', payload) } diff --git a/package.json b/package.json index d8eac111..a5e4527e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "electron ./index.js", "hot": "electron ./index.js --hot", - "webpack": "webpack-dev-server --hot --inline --config webpack.config.js", + "webpack": "webpack-dev-server --hot --inline --config webpack.config.js" }, "config": { "electron-version": "0.35.4"