Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa479fc

Browse files
chore: feedback on poor error message
1 parent 3d08d0e commit fa479fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentcontainers/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ func (api *API) CreateDevcontainer(workspaceFolder, configPath string, opts ...D
958958
dc, found := api.knownDevcontainers[workspaceFolder]
959959
if !found {
960960
api.mu.Unlock()
961-
return xerrors.Errorf("no devcontainer found")
961+
return xerrors.Errorf("devcontainer not found")
962962
}
963963

964964
api.asyncWg.Add(1)

0 commit comments

Comments
 (0)