materializedButNotBuildReadyMessage function
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')}';