Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
手瓜一十雪 2025-05-07 20:50:51 +08:00 committed by GitHub
parent b568516929
commit a1e5d879b9

View File

@ -129,7 +129,7 @@ export class NTQQFileApi {
this.context.logger.logError('获取文件URL失败', (error as Error).message);
}
}
throw new Error('packet cant get ptt url');
throw new Error('packet cant get video url');
}
async copyFile(filePath: string, destPath: string) {