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) {