mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-10 01:40:25 +08:00
feat: 完善数据库信息保存以及项目、redis相关操作
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
class AssertError extends Error {
|
||||
constructor(message: string) {
|
||||
super(message); // (1)
|
||||
super(message);
|
||||
// 错误类名
|
||||
this.name = "AssertError";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user