Skip to content

Commit 1f56a56

Browse files
authored
Propagate create errors
1 parent 5934544 commit 1f56a56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

server/database.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ class Database {
275275
// See: https://github.com/knex/knex/issues/3176#issuecomment-3389054899
276276
min: 0,
277277
max: 20,
278-
propagateCreateError: false,
279278
acquireTimeoutMillis: acquireConnectionTimeout,
280279
afterCreate: (rawConn, done) => {
281280
this.initSQLite(rawConn, testMode)

0 commit comments

Comments
 (0)