(failure: PlopActionHooksFailures)
| 48 | } |
| 49 | |
| 50 | function onFailureHandler(failure: PlopActionHooksFailures): void { |
| 51 | throw new Error(failure.error); |
| 52 | } |
| 53 | |
| 54 | export { logger, onFailureHandler, onSuccessHandler }; |
nothing calls this directly
no outgoing calls
no test coverage detected