【creator]】console.error is not a function ?

Simulator : 3721:TypeError: console.error is not a function
at a (D:\creatorProj\NewProject\library\bundle.project.js?009:NaN:0)

我试了下,web和nodejs都是支持的啊…。

console是依赖浏览器的,模拟器里没有console,如果要打log,请用cc.log():grin:

模拟器里有console,能使用console.log函数,console.error却没有。如果这个都不支持,第三方的Js库基本很难导入吧。因为出错一般都会用console.error

哦,我以为console只能在浏览器里用呢

谢谢反馈,下个版本会修复这个问题