Skip to content

Commit

Permalink
[ADD] other test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktx-mega committed Jan 5, 2024
1 parent fdb7bd1 commit b584ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeWalker.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private static void Main(string[] args)
{
try
{
YdtFile file = XmlYtd.GetYtd("", "")
YdtFile file = XmlYtd.GetYtd("", "");

Check failure on line 25 in CodeWalker.Console/Program.cs

View workflow job for this annotation

GitHub Actions / Publish for windows-latest for Release

The type or namespace name 'YdtFile' could not be found (are you missing a using directive or an assembly reference?)
Environment.ExitCode = 0;
}
catch (ConsoleArgumentException)
Expand Down

0 comments on commit b584ee0

Please sign in to comment.