(result: any)
| 139 | } |
| 140 | } |
| 141 | public postResolver(result: any) { |
| 142 | if (this.#state.verbosityDebug) { |
| 143 | this.#logger.debug(this.#customChalk.dim("Result:"), result ? result : JSON.stringify(result)) |
| 144 | } |
| 145 | } |
| 146 | public nextJsSerialization() { |
| 147 | if (this.#state.verbosityDebug) { |
| 148 | this.#logger.debug( |
no outgoing calls
no test coverage detected