зеркало из https://github.com/mozilla/pluotsorbet.git
Fix console check.
This commit is contained in:
Родитель
e45fe32060
Коммит
5196bfdf04
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
|
||||
this.levelName = levelName;
|
||||
this.ctx = typeof $ !== "undefined" ? $.ctx : null;
|
||||
this.ctx = $ ? $.ctx : null;
|
||||
this.logLevel = LOG_LEVELS[levelName];
|
||||
this.args = args;
|
||||
this.time = performance.now() - startTime;
|
||||
|
|
Загрузка…
Ссылка в новой задаче