mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-24 05:21:02 -08:00
feat: enable log for wiki start
This commit is contained in:
parent
7433bb43dd
commit
886965f7f3
1 changed files with 3 additions and 0 deletions
|
|
@ -115,6 +115,9 @@ export class Wiki implements IWikiService {
|
|||
switch (message.actions) {
|
||||
case WikiControlActions.booted: {
|
||||
setTimeout(async () => {
|
||||
if (message.message !== undefined) {
|
||||
logger.info(message.message, loggerMeta);
|
||||
}
|
||||
await this.workspaceService.updateMetaData(workspaceID, { isLoading: true });
|
||||
this.viewService.reloadViewsWebContents();
|
||||
resolve();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue