if directory cannot be resolved, do not fail

This commit is contained in:
Bruce MacDonald
2023-07-07 15:27:43 -04:00
parent b24be8c6b3
commit 61dd87bd90
3 changed files with 43 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ type PullProgress struct {
Total int64 `json:"total"`
Completed int64 `json:"completed"`
Percent float64 `json:"percent"`
Error Error `json:"error"`
}
type GenerateRequest struct {