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