1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext
MujahedSafaa 994b6327d3
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 04:18:49 -07:00
..
broadcast_channel chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
cache chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
canvas chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
console fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526) 2024-07-22 04:18:49 -07:00
cron fix(cron): improve error message for invalid cron names (#24644) 2024-07-18 22:52:17 +02:00
crypto chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
fetch Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#24593) 2024-07-18 01:37:31 +02:00
ffi chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
fs fix(ext/node): stat.mode on windows (#24434) 2024-07-17 19:43:40 -07:00
http chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
io chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
kv Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#24593) 2024-07-18 01:37:31 +02:00
napi chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
net chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
node fix: missing emitWarning import (#24587) 2024-07-19 23:35:07 +00:00
tls chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
url chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
web chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
webgpu chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
webidl chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
websocket chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
webstorage chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00