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

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cahrens777 authored May 29, 2020
1 parent 522f253 commit 15b8fcc
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 @@ -11,7 +11,7 @@ const cli = require("../src/cli");
const settings = require("../src/settings");
const constants = require("../src/constants");

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

Expand Down

0 comments on commit 15b8fcc

Please sign in to comment.