From 9597e3019bef3d70300af45026c9dfd73f8a9cf6 Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Fri, 24 Jul 2015 15:34:46 +0200 Subject: [PATCH] Removing duplicate exception information --- plugins/c9.error/raygun.connect.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/c9.error/raygun.connect.js b/plugins/c9.error/raygun.connect.js index 76766ebd..ad0cbc64 100644 --- a/plugins/c9.error/raygun.connect.js +++ b/plugins/c9.error/raygun.connect.js @@ -38,7 +38,6 @@ function plugin(options, imports, register) { console.error("Our current stack: ", new Error().stack); var killtimer = setTimeout(function() { console.error("Exiting after uncaught exception"); - console.error(err.stack || err); process.exit(1); }, 10000); // But don't keep the process open just for that! @@ -108,4 +107,4 @@ function plugin(options, imports, register) { sendRequestError: sendRequestError, sendRequestWarning: sendRequestWarning }}); -} \ No newline at end of file +}