1 2 3 4 5
try { await import("./delayed_error.ts"); } catch (error) { console.log(`Caught: ${error.stack}`); }