mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
comment
This commit is contained in:
@@ -45,6 +45,7 @@ var logOnClient = function (obj) {
|
||||
};
|
||||
|
||||
_.each(['debug', 'info', 'warn', 'error'], function (level) {
|
||||
// @param arg {String|Object}
|
||||
Log[level] = function (arg) {
|
||||
var intercepted;
|
||||
if (intercept) {
|
||||
|
||||
Reference in New Issue
Block a user