Merge pull request #3280 from thelounge/xpaw/sqlite-msg
Change unable to load sqlite3 message
This commit is contained in:
commit
85acfdcf92
@ -13,7 +13,7 @@ try {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
Helper.config.messageStorage = Helper.config.messageStorage.filter((item) => item !== "sqlite");
|
Helper.config.messageStorage = Helper.config.messageStorage.filter((item) => item !== "sqlite");
|
||||||
|
|
||||||
log.error("Unable to load sqlite3 module. You might need to install it manually.");
|
log.error("Unable to load node-sqlite3 module. See https://github.com/mapbox/node-sqlite3/wiki/Binaries");
|
||||||
}
|
}
|
||||||
|
|
||||||
const currentSchemaVersion = 1520239200;
|
const currentSchemaVersion = 1520239200;
|
||||||
|
Loading…
Reference in New Issue
Block a user