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