Validate portable workspace identifiers
This commit is contained in:
@@ -166,7 +166,10 @@ func BuildPlan(
|
||||
continue
|
||||
}
|
||||
|
||||
localPath := artifacts.SessionPreviousArtifactPath(paths, selectedRel)
|
||||
localPath, err := artifacts.SessionPreviousArtifactPath(paths, selectedRel)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("resolve previous-session artifact path: %w", err)
|
||||
}
|
||||
localRel, err := relativeToSession(paths, localPath)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user