mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed 'expected error' logic
This commit is contained in:
parent
af9ac0b918
commit
327ba62b5a
1 changed files with 1 additions and 1 deletions
|
@ -11758,7 +11758,7 @@ namespace IDE
|
|||
}
|
||||
else if (cmd == "error")
|
||||
{
|
||||
if ((mRunningTestScript) && (!IsCrashDump) && (!mScriptManager.IsErrorExpected(param)))
|
||||
if ((mRunningTestScript) && (!IsCrashDump) && (!mScriptManager.IsErrorExpected(param, false)))
|
||||
mScriptManager.Fail(param);
|
||||
|
||||
bool isFirstMsg = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue