Skip to content

Commit

Permalink
fix the signature of ipc event callback
Browse files Browse the repository at this point in the history
  • Loading branch information
CAD97 committed Apr 24, 2020
1 parent fb2ac95 commit 9dcfb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ app.on('activate', function () {
// In this file you can include the rest of your app's specific main process
// code. You can also put them in separate files and require them here.

function doPopTest(args) {
function doPopTest(event, args) {
console.log("Test");

var pop3Client = require("poplib");
Expand Down

0 comments on commit 9dcfb6d

Please sign in to comment.