fix:优化文件模块

This commit is contained in:
Jerry 2025-09-18 18:18:11 +08:00
parent 7d8b7c055c
commit ff08a56d51

View File

@ -40,7 +40,8 @@ export class OpenListUtils {
}
} catch (error) {
this.logger.error('获取Token失败..', error);
throw new Error('获取Token失败..');
//throw new Error('获取Token失败..');
return 'null';
}
}