Closed githbq closed 5 years ago
最新版的 playground-app 里 js-framework.js
self.nativeLog = function (text) { console.log(text); }; 与 console.log 产生递归循环
console.log调用 nativeLog ,而nativeLog内又调用console.log
文件在 http://10.2.0.35:8088/source/js-framework.js
Uncaught Error: Uncaught RangeError: Maximum call
@githbq It's ok on my platform, please upgrade your weex playground app and weex-debugger.
weex-debugger
Lastest playground app you can download on here.
To upgrade weex-debugger, you can run weex update weex-debugger@latest.
weex update weex-debugger@latest
最新版的 playground-app 里 js-framework.js
self.nativeLog = function (text) { console.log(text); }; 与 console.log 产生递归循环
console.log调用 nativeLog ,而nativeLog内又调用console.log