Change sqlite3 module name to the actual name

It leads to confusion as the module is named "sqlite3", not
"node-sqlite3"
This commit is contained in:
Reto Brunner 2022-03-12 16:39:03 +01:00
parent 38fa3bee22
commit f440b67dbe

View file

@ -14,7 +14,7 @@ try {
Helper.config.messageStorage = Helper.config.messageStorage.filter((item) => item !== "sqlite");
log.error(
"Unable to load node-sqlite3 module. See https://github.com/mapbox/node-sqlite3/wiki/Binaries"
"Unable to load sqlite3 module. See https://github.com/mapbox/node-sqlite3/wiki/Binaries"
);
}