From 6680de712f9fc8986354d42248d18a60b8c45a8b Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Thu, 3 Mar 2016 09:41:18 +0000 Subject: [PATCH] white list more error keys --- 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) {