We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce68c8c commit 354e22bCopy full SHA for 354e22b
CodeWalker.Console/Program.cs
@@ -11,7 +11,7 @@ private static void Main(string[] args)
11
try
12
{
13
string content = File.ReadAllText(args[0]);
14
- YtdFile file = XmlYtd.GetYtd(content, "");
+ YcdFile file = XmlYcd.GetYcd(content);
15
byte[] outputBytes = file.Save();
16
File.WriteAllBytes(args[1], outputBytes);
17
Environment.ExitCode = 0;
0 commit comments