1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

Fixed Test4

This commit is contained in:
Brian Fiete 2020-07-19 11:07:18 -07:00
parent 230ff8270e
commit 1e446a655c
4 changed files with 35 additions and 12 deletions

View file

@ -3244,7 +3244,6 @@ namespace IDE
{
if (mScriptManager.IsErrorExpected(text))
{
DeleteAndNullify!(mScriptManager.mExpectingError);
OutputLine("Received expected error: {0}", text);
return null;
}