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