Having a hard time handling errors caused by 'import'

前端 未结 0 1994
灰色年华
灰色年华 2021-02-20 06:16

code of test.js

for (let i = 0; i < 10; i++) {
  console.log(i)
  try {
    const j = await import(\'./errorThrowingModule.js\')
  } catch (error) {
    consol         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题