fix(tui): inject reminder after moving session (#31027)
This commit is contained in:
@@ -31,5 +31,7 @@ function message(error: MoveSession.Error) {
|
||||
if (error instanceof SessionV2.NotFoundError) return `Session not found: ${error.sessionID}`
|
||||
if (error instanceof MoveSession.DestinationProjectMismatchError)
|
||||
return "Destination directory belongs to another project"
|
||||
if (error instanceof MoveSession.ApplyChangesError)
|
||||
return `Unable to apply your changes in the destination directory. The files may conflict with existing changes.`
|
||||
return error.message
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user