diff --git a/plugins/c9.vfs.standalone/www/test.js b/plugins/c9.vfs.standalone/www/test.js index fe20012b..9ef583e1 100644 --- a/plugins/c9.vfs.standalone/www/test.js +++ b/plugins/c9.vfs.standalone/www/test.js @@ -417,10 +417,10 @@ require([ log: function() {}, increment: function() {} }, - "error.logger": { + error_handler: { log: function() {}, + reportError: function(){} }, - error_handler: {reportError: function(){}}, proc: { execFile: function() {}, spawn: function() {}