Skip to content

Commit

Permalink
Fix ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
khornberg committed Nov 18, 2015
1 parent 51f9dd1 commit 28ca331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function update() {
});
}

require('ipc').on('ping', function(message) {
require('ipc').on('send', function(message) {
if (message === 'update') {
update();
}
Expand Down

0 comments on commit 28ca331

Please sign in to comment.