Add mock error.logger

This commit is contained in:
Lennart Kats 2015-04-30 11:42:55 +02:00
parent 02ffdd4e49
commit b4e129dd42

View File

@ -417,6 +417,9 @@ require([
log: function() {},
increment: function() {}
},
"error.logger": {
log: function() {},
},
error_handler: {reportError: function(){}},
proc: {
execFile: function() {},