build: debug

This commit is contained in:
手瓜一十雪
2024-09-11 22:28:28 +08:00
parent 336dd3ce10
commit 957f7ffd8d
3 changed files with 4 additions and 1 deletions

View File

@@ -819,6 +819,7 @@ export class OneBotMsgApi {
if (!isLocal) { // 只删除http和base64转过来的文件
deleteAfterSentFiles.push(path);
}
console.log('【Debug】文件路径 处理', path, isLocal);
return { path, fileName: inputdata.name ?? fileName };
}