Changed Error handling
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded

This commit is contained in:
Brychan Dempsey 2021-03-29 14:56:39 +13:00
parent c9b9438519
commit 51920ef69e

View File

@ -274,9 +274,11 @@ namespace Assignment_1
} }
else else
{ {
/*
Console.WriteLine(e.LinePosition + ": " + e.Message); Console.WriteLine(e.LinePosition + ": " + e.Message);
source.Position = initPos; source.Position = initPos;
source.SetLength(initPos); source.SetLength(initPos);*/
WriteDebugLine(0, 0, e.Message, source);
} }
if (!dynamicInput) if (!dynamicInput)
{ {