From 1321a4c074ddaa52e8ec155f97df48cb2218dade Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Wed, 9 Mar 2016 11:50:26 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"Merge=20pull=20request=20+1?= =?UTF-8?q?2588=20from=20c9/revert-12587-revert-12580-c=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/c9.error/error_handler.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/c9.error/error_handler.js b/plugins/c9.error/error_handler.js index bb582236..1c46ee68 100644 --- a/plugins/c9.error/error_handler.js +++ b/plugins/c9.error/error_handler.js @@ -131,7 +131,8 @@ function plugin(options, imports, register) { var allowedErrorKeys = [ "message", "projectState", "premium", "retryIn", "progress", - "oldHost", "blocked", "className", "errors", "subtype" + "oldHost", "blocked", "className", "errors", "subtype", + "fatal", "ignore" ]; allowedErrorKeys.forEach(function(key) {