update: add pathWrapper into instance context

This commit is contained in:
Wesley F. Young
2024-08-09 23:21:17 +08:00
parent 39bd42af95
commit 8993ab038e
2 changed files with 6 additions and 3 deletions

View File

@@ -219,6 +219,7 @@ export class NapCatShell {
logger,
loginService,
basicInfoWrapper,
pathWrapper
};
this.core = new NapCatCore(this.context, selfInfo);