You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): override rolldown panic hook with vite-plus branding (#1287)
Since rolldown_binding is bundled into the same NAPI binary, its
module_init panic hook catches all panics and misleadingly shows
"Rolldown panicked" with a link to rolldown's issue tracker.
Replace it at the start of run() with a vite-plus specific hook that
correctly attributes panics and links to the vite-plus bug report.
Closes#1285
0 commit comments