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 app language: %w, please make sure you are inside an app directory and are using a supported language", err)
544
+
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)
545
545
}
546
-
fmt.Printf("Detected app language [%s]\n", util.Accented(string(projectType)))
546
+
fmt.Printf("Detected agent language [%s]\n", util.Accented(string(projectType)))
returnfmt.Errorf("unable to determine app language: %w, please make sure you are inside an app directory and are using 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
-
fmt.Printf("Detected app language [%s]\n", util.Accented(string(projectType)))
722
+
fmt.Printf("Detected agent language [%s]\n", util.Accented(string(projectType)))
returnfmt.Errorf("unable to determine app language: %w, please make sure you are inside an app directory and are using 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
-
fmt.Printf("Detected app language [%s]\n", util.Accented(string(projectType)))
1443
+
fmt.Printf("Detected agent language [%s]\n", util.Accented(string(projectType)))
0 commit comments