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
With deno 2 rc9 installed I cloned this repo and ran the deno tests in src/ and got:
src $ deno test
error: TS2339 [ERROR]: Property 'message' does not exist on type '{}'.
`Error in user defined function '${name}': ${error?.message}`,
~~~~~~~
at file:///deno-sqlite/src/function.ts:143:61
With --no-check it works:
ok | 77 passed | 0 failed | 5 ignored (521ms)
So things look good for Deno 2 apart from the above.
The text was updated successfully, but these errors were encountered:
teleclimber
added a commit
to teleclimber/deno-sqlite
that referenced
this issue
Oct 3, 2024
With deno 2 rc9 installed I cloned this repo and ran the deno tests in src/ and got:
With
--no-check
it works:So things look good for Deno 2 apart from the above.
The text was updated successfully, but these errors were encountered: