mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Lost changes
This commit is contained in:
parent
e6c4a95ccd
commit
8e9d7ed4c4
56 changed files with 1579 additions and 794 deletions
|
@ -1007,7 +1007,7 @@ namespace IDE
|
|||
if (!gApp.[Friend]mExecutionQueue.IsEmpty)
|
||||
{
|
||||
var nextCmd = gApp.mExecutionQueue[0];
|
||||
if (!(nextCmd is IDEApp.TargetCompletedCmd))
|
||||
if (!(nextCmd is IDEApp.ScriptCmd))
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue