chore: fix

This commit is contained in:
手瓜一十雪
2024-08-11 00:53:15 +08:00
parent 2f2c1f263a
commit 191ce0798f
2 changed files with 5 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ export class NTQQFileApi {
}
async copyFile(filePath: string, destPath: string) {
await this.context.wrapper.util.copyFile(filePath, destPath);
await this.core.util.copyFile(filePath, destPath);
}
async getFileSize(filePath: string): Promise<number> {