mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Fix safari merge log exception
This commit is contained in:
@@ -214,7 +214,7 @@ export default class Logger extends Emitter {
|
||||
lastLog.type === log.type &&
|
||||
lastLog.value === log.value
|
||||
) {
|
||||
let $container = $el.find(`div[data-id="${lastLog.id}"`)
|
||||
let $container = $el.find(`div[data-id="${lastLog.id}"]`)
|
||||
if ($container.length > 0) {
|
||||
lastLog.addCount()
|
||||
if (log.time) lastLog.updateTime(log.time)
|
||||
|
||||
Reference in New Issue
Block a user