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
Bun Error.prepareStackTrace throw's error "Caused by: First argument must be an Error object failed"
the fix is to use Error object instead of plain {}?
Bun Error.prepareStackTrace throw's error "Caused by: First argument must be an Error object failed"
the fix is to use Error object instead of plain {}?
node-mysql2/lib/promise/capture_local_err.js
Line 4 in 8b1f829