chore: generate
This commit is contained in:
parent
c2e6b18076
commit
6c36b585c3
12 changed files with 483 additions and 474 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue