Changed Error handling
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
c9b9438519
commit
51920ef69e
@ -274,9 +274,11 @@ namespace Assignment_1
|
||||
}
|
||||
else
|
||||
{
|
||||
/*
|
||||
Console.WriteLine(e.LinePosition + ": " + e.Message);
|
||||
source.Position = initPos;
|
||||
source.SetLength(initPos);
|
||||
source.SetLength(initPos);*/
|
||||
WriteDebugLine(0, 0, e.Message, source);
|
||||
}
|
||||
if (!dynamicInput)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user