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: narrow unknown catch vars to Error in models.ts (#553)
After merging main (which includes PR #555's TS migration of models.ts),
three catch clauses pass `unknown` to EngineError's `cause: Error` field.
Use instanceof checks to satisfy strict typing.
0 commit comments