feat: 优化异常信息展示 #57
Annotations
5 errors and 10 warnings
src/modules/got-hooks.ts#L9
Unsafe assignment of an `any` value
|
src/modules/got-hooks.ts#L9
Unsafe argument of type `any` assigned to a parameter of type `string`
|
src/modules/got-hooks.ts#L9
Unsafe call of an `any` typed value
|
src/modules/got-hooks.ts#L9
Unsafe member access .toString on an `any` value
|
|
src/cluster.ts#L288
No magic number: 403
|
src/cluster.ts#L311
No magic number: 404
|
src/config.ts#L16
No magic number: 4000
|
src/file.ts#L5
No magic number: 32
|
src/index.ts#L13
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/keepalive.ts#L55
No magic number: 3
|
src/logger.ts#L4
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/routes/auth.route.ts#L10
No magic number: 403
|
src/routes/auth.route.ts#L17
No magic number: 403
|
src/routes/auth.route.ts#L19
No magic number: 204
|
This job failed
Loading