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)
721
+
//lint:ignore ST1005 // error string intentionally capitalized as we print it to the user.
722
+
returnfmt.Errorf("Unable to determine agent language: %w, please navigate to a directory containing an agent written in a supported language", err)
721
723
}
722
724
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)
1443
+
//lint:ignore ST1005 // error string intentionally capitalized as we print it to the user.
1444
+
returnfmt.Errorf("Unable to determine agent language: %w, please navigate to a directory containing an agent written in a supported language", err)
1442
1445
}
1443
1446
fmt.Printf("Detected agent language [%s]\n", util.Accented(string(projectType)))
0 commit comments