We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a730a64 commit 1d99888Copy full SHA for 1d99888
1 file changed
index.js
@@ -24,7 +24,7 @@ class SqliteStore extends EventEmitter {
24
)`
25
)
26
} catch (err) {
27
- if (err.toString() !== 'SqliteError: table session already exists') {
+ if (err.toString() !== `SqliteError: table ${table} already exists`) {
28
throw err
29
}
30
0 commit comments