Skip to content

Commit

Permalink
expose sqlite3 error
Browse files Browse the repository at this point in the history
required for try catch clauses
  • Loading branch information
samuelstroschein committed Sep 25, 2024
1 parent a58797f commit dde3b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lix/packages/sqlite-wasm-kysely/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { SQLite3Error } from "@eliaspourquoi/sqlite-node-wasm";
export * from "./util/index.js";
export { createDialect } from "./dialect.js";

0 comments on commit dde3b74

Please sign in to comment.