You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("unable to determine agent language: %w, please make sure you are inside a directory containing an agent written in a supported language", err)
720
+
returnfmt.Errorf("Unable to determine agent language: %w, please make sure you are inside a directory containing an agent written in a supported language", err)
721
721
}
722
722
fmt.Printf("Detected agent language [%s]\n", util.Accented(string(projectType)))
returnfmt.Errorf("unable to determine agent language: %w, please make sure you are inside a directory containing an agent written in a supported language", err)
1441
+
returnfmt.Errorf("Unable to determine agent language: %w, please make sure you are inside a directory containing an agent written in a supported language", err)
1442
1442
}
1443
1443
fmt.Printf("Detected agent language [%s]\n", util.Accented(string(projectType)))
0 commit comments