(error: unknown)
| 677 | } |
| 678 | |
| 679 | export function rethrowFatalErrors(error: unknown) { |
| 680 | if ( |
| 681 | error instanceof RuntimeError && |
| 682 | error.code === RuntimeErrorCode.INVALID_RESOURCE_CREATION_IN_PARAMS |
| 683 | ) { |
| 684 | throw error; |
| 685 | } |
| 686 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…