From 5f31e88af9d8d0f85b0df146a9e6cd7932d6f996 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Thu, 3 Mar 2016 17:58:49 +0100 Subject: [PATCH] Revert "Revert "Create worker retry"" --- package.json | 3 ++- plugins/c9.error/error_handler.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b1be114..7e32c412 100644 --- a/package.json +++ b/package.json @@ -117,6 +117,7 @@ "c9.ide.threewaymerge": "#229382aa0b", "c9.ide.undo": "#b028bcb4d5", "c9.ide.upload": "#0bd010d3dc", - "c9.ide.welcome": "#5b86c44e92" + "c9.ide.welcome": "#5b86c44e92", + "c9.ide.guide": "#undefined" } } \ No newline at end of file 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) {