mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
ffb0318e4a
Fixes https://discord.com/channels/684898665143206084/684911491035430919/1105900195406958672. This was caused by: - A `TypeError` from `core.getPromiseDetails()` for promise-likes which also lead to that code path. - Swallowing internal formatting errors by returning `undefined`. I've made it so that a special message is formatted in that case instead (note that this case is fixed now): ![image](https://github.com/denoland/deno/assets/29990554/65bb9612-60b2-4e31-bf5e-e20976601593) |
||
---|---|---|
.. | ||
01_console.js | ||
Cargo.toml | ||
internal.d.ts | ||
lib.deno_console.d.ts | ||
lib.rs | ||
README.md |