diff --git a/plugins/c9.error/error_handler.js b/plugins/c9.error/error_handler.js index a898d16b..b2d59148 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", "className", "errors" + "oldHost", "blocked", "className", "errors", "sub_type" ]; allowedErrorKeys.forEach(function(key) {