From 704ac5e45d3bfbfeb9e06d27bcc465a58be5edb8 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Thu, 10 Dec 2015 11:12:19 +0000 Subject: [PATCH] ws might be deleted before second part of creation is finished --- plugins/c9.error/error_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.error/error_handler.js b/plugins/c9.error/error_handler.js index 29f4a9d4..3b783078 100644 --- a/plugins/c9.error/error_handler.js +++ b/plugins/c9.error/error_handler.js @@ -122,7 +122,7 @@ function plugin(options, imports, register) { var allowedErrorKeys = [ "message", "projectState", "premium", "retryIn", "progress", - "oldHost", "blocked" + "oldHost", "blocked", "className" ]; allowedErrorKeys.forEach(function(key) {