electron 2.0.9 and other small library updates

This commit is contained in:
azivner
2018-09-10 19:09:05 +02:00
parent b20ff78653
commit b4a566df9e
3 changed files with 994 additions and 3742 deletions

View File

@@ -44,7 +44,7 @@ async function isDbInitialized() {
async function initDbConnection() {
await cls.init(async () => {
if (!await isDbInitialized()) {
log.info("DB not initialized, please visit setup page to initialize Trilium.");
log.info("DB not initialized, please visit setup page to see instructions on how to initialize Trilium.");
return;
}