We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e334888 + 82a5c60 commit bd91bddCopy full SHA for bd91bdd
1 file changed
YCode.CLI/Program.cs
@@ -39,7 +39,7 @@
39
}
40
};
41
42
-
+throw new Exception();
43
44
// Agent类型到图标和颜色的映射
45
var AGENT_ICONS = new Dictionary<string, (string icon, string color)>()
0 commit comments