materializedButNotBuildReadyMessage function

String materializedButNotBuildReadyMessage(
  1. RegenFailure failure
)

Implementation

String materializedButNotBuildReadyMessage(RegenFailure failure) =>
    'Project materialized but not build-ready: ${failure.failingCommand} '
    'failed with exit code ${failure.exitCode}.\n${failure.output}\n'
    '${failure.manualActions.join('\n')}';