1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/ext
Nayeem Rahman 14bf8dc506 fix(console): handle error when inspecting promise-like (#19083)
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)
2023-05-11 17:26:30 -04:00
..
broadcast_channel 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
cache 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
console fix(console): handle error when inspecting promise-like (#19083) 2023-05-11 17:26:30 -04:00
crypto fix(core): let V8 drive extension ESM loads (#18997) 2023-05-11 17:26:27 -04:00
fetch 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
ffi perf(ext/ffi): Use Box<[NativeType]> in CallbackInfo parameters (#19032) 2023-05-11 17:26:26 -04:00
fs feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
http refactor(ext/http): HTTP trait structs need to be public (#19075) 2023-05-11 17:26:29 -04:00
io feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
kv 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
napi 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
net 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
node fix(node): expose channels in worker_threads (#19086) 2023-05-11 17:26:30 -04:00
tls 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
url bench: fix benchmarks with extensions (#19059) 2023-05-11 17:26:28 -04:00
web bench: fix benchmarks with extensions (#19059) 2023-05-11 17:26:28 -04:00
webidl bench: fix benchmarks with extensions (#19059) 2023-05-11 17:26:28 -04:00
websocket 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
webstorage 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00