mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Fix: Html log type display error
This commit is contained in:
@@ -182,7 +182,7 @@ export default class Log extends util.Emitter
|
||||
times: 1
|
||||
});
|
||||
|
||||
if (!log.isCode) log.val = txtToHtml(log.val);
|
||||
if (!log.isCode && log.type != 'html') log.val = txtToHtml(log.val);
|
||||
|
||||
var lastLog = this._lastLog;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user