mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
Fix: Log ignoreFilter option
This commit is contained in:
@@ -18,7 +18,7 @@ export default class Log
|
||||
this.idx = idx;
|
||||
this.count = 1;
|
||||
this.displayHeader = displayHeader;
|
||||
this.ignoreFilter = false;
|
||||
this.ignoreFilter = ignoreFilter;
|
||||
|
||||
if (displayHeader)
|
||||
{
|
||||
|
||||
@@ -183,7 +183,7 @@ export default class Logger extends util.Emitter
|
||||
let html = '',
|
||||
logs = this._logs;
|
||||
|
||||
logs = this._renderLogs = this._filterLogs(logs);
|
||||
logs = this._filterLogs(logs);
|
||||
|
||||
for (let i = 0, len = logs.length; i < len; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user