Refactor error, panic #70
Annotations
10 errors
check:
src/helpers/group.test.ts#L17
Argument of type 'Error' is not assignable to parameter of type 'string'.
|
check:
src/helpers/group.test.ts#L25
Argument of type 'Error' is not assignable to parameter of type 'string'.
|
check:
src/helpers/try.test.ts#L36
Argument of type 'Error' is not assignable to parameter of type 'string'.
|
check:
src/helpers/try.test.ts#L44
Argument of type 'Error' is not assignable to parameter of type 'string'.
|
check:
src/helpers/try.test.ts#L73
Argument of type 'Error' is not assignable to parameter of type 'string'.
|
check:
src/helpers/try.test.ts#L83
Argument of type 'Error' is not assignable to parameter of type 'string'.
|
check:
src/helpers/try.test.ts#L112
Argument of type 'Error' is not assignable to parameter of type 'string'.
|
check:
src/helpers/try.test.ts#L122
Argument of type 'Error' is not assignable to parameter of type 'string'.
|
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'.
|