We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a8464 commit 8d8a544Copy full SHA for 8d8a544
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