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 |
|
Kenta Moriuchi
|
ec1fb08a88
|
refactor(core): Use ObjectHasOwn instead of ObjectPrototypeHasOwnProperty (#18952)
ES2022 `Object.hasOwn` can be used in snapshot, so I migrate to use it.
|
2023-05-04 16:19:02 +02:00 |
|
Kenta Moriuchi
|
3d0b879c0d
|
fix(core): Use primordials for methods (#18839)
I would like to get this change into Deno before merging
https://github.com/denoland/deno_lint/pull/1152
|
2023-05-04 16:18:35 +02:00 |
|
Leo Kettmeir
|
fcb0ae62e9
|
refactor: remove ext/console/01_colors.js (#18927)
|
2023-05-04 16:18:12 +02:00 |
|