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