Skip to content
On this page

默认情况下错误处理

ts
function foo() {
  'abc'.filter()
}
foo()

console.log('我要执行')
function foo() {
  'abc'.filter()
}
foo()

console.log('我要执行')
has loaded