weolar / miniblink49

a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef
Apache License 2.0
7.06k stars 1.05k forks source link

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

Open horans opened 2 years ago

horans commented 2 years ago

版本: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")