Fix Ycicle arguments not persisting

This commit is contained in:
2018-11-16 13:55:31 +01:00
parent 7c6d847adb
commit 62f31ef0d3
5 changed files with 12 additions and 15 deletions

View File

@@ -29,7 +29,6 @@ namespace Ycicle
}
var parsed = new Script(input, variables);
Console.WriteLine(parsed.PrettyPrintSyntaxTree());
if (parsed.Diagnostics.Messages.Count > 0)
{