update: add pathWrapper into instance context

This commit is contained in:
Wesley F. Young
2024-08-09 23:21:17 +08:00
parent 6bce4533a3
commit c5bf656fe7
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);