Refactor error, panic #69
Annotations
9 errors
check:
src/helpers/guard.test.ts#L32
Expected 1 arguments, but got 0.
|
check:
src/helpers/guard.test.ts#L43
Argument of type 'string' is not assignable to parameter of type 'Error'.
|
check:
src/helpers/guard.test.ts#L75
Expected 1 arguments, but got 0.
|
check:
src/helpers/guard.test.ts#L86
Argument of type 'string' is not assignable to parameter of type 'Error'.
|
check:
src/option/promise.test.ts#L59
Argument of type 'Panic' is not assignable to parameter of type 'string'.
|
check:
src/result/promise.test.ts#L67
Argument of type 'Panic' is not assignable to parameter of type 'string'.
|
check:
src/result/promise.test.ts#L86
Argument of type 'Panic' is not assignable to parameter of type 'string'.
|
check:
src/result/promise.test.ts#L302
Argument of type 'Error' is not assignable to parameter of type 'string'.
|
check
Process completed with exit code 1.
|