Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Need to trace to get source of error
Browse files Browse the repository at this point in the history
  • Loading branch information
cahrens777 authored May 29, 2020
1 parent 706418e commit 522f253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/magellan
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const settings = require("../src/settings");
const constants = require("../src/constants");

process.on('uncaughtException', function (error) {
console.error("Magellan uncaughtException", error);
console.trace("Magellan uncaughtException", error);
});

co(function *() {
Expand Down

0 comments on commit 522f253

Please sign in to comment.