Skip to content

Commit

Permalink
fix for issue percolatestudio#69
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalW committed Dec 13, 2016
1 parent d6c9dee commit a6259ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synced-cron-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ SyncedCron._entryWrapper = function(entry) {
return;
}

throw e;
console.error(e);
};

// run and record the job
Expand Down

0 comments on commit a6259ab

Please sign in to comment.