(opts: Options)
| 237 | * This is used to determine if the effective dep-graph with errors should be printed. |
| 238 | */ |
| 239 | export function shouldPrintEffectiveDepGraphWithErrors(opts: Options): boolean { |
| 240 | return !!opts['print-effective-graph-with-errors']; |
| 241 | } |
| 242 | |
| 243 | /** |
| 244 | * getOrCreateErrorCatalogError returns a ProblemError instance for consistent error catalog usage. |
no outgoing calls
no test coverage detected