repo-corrupted-body ( error -- string )


Vocabulary
mason.git.private

Inputs
erroran object


Outputs
stringan object


Definition


: repo-corrupted-body ( error -- string )
[
"Corrupted repository on " write host-name write
" will be re-cloned." print
"Error while pulling was:" print nl error.
] with-string-writer ;