You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/services/sql_init.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ function isDbInitialized() {
37
37
38
38
asyncfunctioninitDbConnection(){
39
39
if(!isDbInitialized()){
40
-
log.info(`DB not initialized, please visit setup page`+(isElectron() ? "" : ` - http://[your-server-host]:${port} to see instructions on how to initialize Trilium.`));
40
+
log.info(`DB not initialized, please visit setup page`+(isElectron ? "" : ` - http://[your-server-host]:${port} to see instructions on how to initialize Trilium.`));
0 commit comments