Merge pull request #3280 from thelounge/xpaw/sqlite-msg

Change unable to load sqlite3 message
This commit is contained in:
Pavel Djundik 2019-07-05 11:52:58 +03:00 committed by GitHub
commit 85acfdcf92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ try {
} catch (e) {
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;