1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-24 08:09:08 -05:00
denoland-deno/ext
MujahedSafaa 94a5eaf5b8
fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526)
This pull request addresses an issue where the Error.cause property was
not formatted correctly when printed using console.log, leading to
confusion.

solution:
Implemented a fix to ensure that Error.cause is formatted properly when
printed by console.log, and the fix done by using JSON.stringify

This PR fixes https://github.com/denoland/deno/issues/23416

---------

Signed-off-by: MujahedSafaa <168719085+MujahedSafaa@users.noreply.github.com>
2024-07-22 22:48:39 +02:00
..
broadcast_channel 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
cache 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
canvas 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
console fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526) 2024-07-22 22:48:39 +02:00
cron fix(cron): improve error message for invalid cron names (#24644) 2024-07-22 22:47:58 +02:00
crypto 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
fetch Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#24593) 2024-07-22 22:47:57 +02:00
ffi 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
fs fix(ext/node): stat.mode on windows (#24434) 2024-07-22 22:47:57 +02:00
http 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
io 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
kv Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#24593) 2024-07-22 22:47:57 +02:00
napi 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
net 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
node fix: missing emitWarning import (#24587) 2024-07-22 22:48:38 +02:00
tls 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
url 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
web 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
webgpu 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
webidl 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
websocket 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
webstorage 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00