mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
* feat(console-log): fix className not printed for objects that are instances of classes Uses getClassName native method instead of getName * test(console-log): objects with class names are printed correctly * test(esbuild): add class name to log message