每次在vscode 运行调试时,【新建的空白项目helloworld 也同样问题】
只要勾选上 :捕获的异常 就会在运行时报错:
发生异常:TypeError: Array.prototype.every called on null or undefined at every
发生异常: TypeError: Array.prototype.every called on null or undefined
at every ()
at http://localhost:7456/scripting/polyfills/bundle.js:2887:19
at module.exports (http://localhost:7456/scripting/polyfills/bundle.js:1221:21)
at module.exports (http://localhost:7456/scripting/polyfills/bundle.js:2885:29)
at Object. (http://localhost:7456/scripting/polyfills/bundle.js:2866:18)
at webpack_require (http://localhost:7456/scripting/polyfills/bundle.js:78:28)
at Object. (http://localhost:7456/scripting/polyfills/bundle.js:315:8)
at webpack_require (http://localhost:7456/scripting/polyfills/bundle.js:78:28)
at http://localhost:7456/scripting/polyfills/bundle.js:270:15
at http://localhost:7456/scripting/polyfills/bundle.js:272:8
新建的空白项目 helloWorld 也会在debug时报错
新建的空白项目 helloWorld 也会在debug时报错
新建的空白项目 helloWorld 也会在debug时报错