Change unable to load sqlite3 message
This commit is contained in:
parent
bac95325dc
commit
a56e6de51f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user