weolar / miniblink49

a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2022.04.05 版 console.log() 无法打印对象

horans opened this issue · comments

版本:miniblink-20220405
程序:wkexe_x64.exe
问题:控制台 console.log() 对象内容打印为 [object Object]
重现:

console.log(1, {a:2}) // 1, [object Object]

2021.08.31 版本显示正常 // 1 Object {a: 2}

2021.12.20 版本忽略对象 // 1

(for intl. ref.: "console.log() could not print object")