chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-12 18:46:51 +00:00
parent c2e6b18076
commit 6c36b585c3
12 changed files with 453 additions and 444 deletions
+1 -2
View File
@@ -61,8 +61,7 @@ function message(error: ProjectCopy.Error) {
return `Project copy destination already exists: ${error.directory}`
if (error instanceof ProjectCopy.DirectoryUnavailableError)
return `Project copy directory unavailable: ${error.directory}`
if (error instanceof ProjectCopy.InvalidDirectoryError)
return `Invalid project copy directory: ${error.directory}`
if (error instanceof ProjectCopy.InvalidDirectoryError) return `Invalid project copy directory: ${error.directory}`
if (error instanceof ProjectCopy.StrategyUnavailableError)
return `Project copy strategy unavailable: ${error.strategy}`
return error.message