From 7f57a41d795427c09dd319ec764d88fcd1bfb3df Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Thu, 3 Mar 2016 17:58:35 +0100 Subject: [PATCH] Revert "Create worker retry" --- plugins/c9.error/error_handler.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/c9.error/error_handler.js b/plugins/c9.error/error_handler.js index 1c46ee68..bb582236 100644 --- a/plugins/c9.error/error_handler.js +++ b/plugins/c9.error/error_handler.js @@ -131,8 +131,7 @@ function plugin(options, imports, register) { var allowedErrorKeys = [ "message", "projectState", "premium", "retryIn", "progress", - "oldHost", "blocked", "className", "errors", "subtype", - "fatal", "ignore" + "oldHost", "blocked", "className", "errors", "subtype" ]; allowedErrorKeys.forEach(function(key) {