mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-12-05 18:41:56 +00:00
fix:优化文件模块
This commit is contained in:
parent
7d8b7c055c
commit
ff08a56d51
@ -40,7 +40,8 @@ export class OpenListUtils {
|
|||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.logger.error('获取Token失败..', error);
|
this.logger.error('获取Token失败..', error);
|
||||||
throw new Error('获取Token失败..');
|
//throw new Error('获取Token失败..');
|
||||||
|
return 'null';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user