From b4e129dd42eeb53b1866e56beecaf52179e9cfb9 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Thu, 30 Apr 2015 11:42:55 +0200 Subject: [PATCH] Add mock error.logger --- plugins/c9.vfs.standalone/www/test.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/c9.vfs.standalone/www/test.js b/plugins/c9.vfs.standalone/www/test.js index 20e36d56..fe20012b 100644 --- a/plugins/c9.vfs.standalone/www/test.js +++ b/plugins/c9.vfs.standalone/www/test.js @@ -417,6 +417,9 @@ require([ log: function() {}, increment: function() {} }, + "error.logger": { + log: function() {}, + }, error_handler: {reportError: function(){}}, proc: { execFile: function() {},