Files
meteor/packages/logging/logging_browser.js

5 lines
79 B
JavaScript

Formatter = {};
Formatter.prettify = function(line, color){
return line;
}