diff --git a/bin/magellan b/bin/magellan index a8cecbc..d93645d 100755 --- a/bin/magellan +++ b/bin/magellan @@ -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); });