mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
LoadOldVer fix when command fails to execute
This commit is contained in:
parent
eccfabbad2
commit
7b6291bba5
1 changed files with 1 additions and 1 deletions
|
@ -3691,7 +3691,7 @@ namespace IDE.ui
|
|||
{
|
||||
Debug.Assert(mOldVerLoadExecutionInstance == null);
|
||||
mOldVerLoadExecutionInstance = gApp.DoRun(null, mOldVerLoadCmd, gApp.mInstallDir, .None);
|
||||
mOldVerLoadExecutionInstance.mAutoDelete = false;
|
||||
mOldVerLoadExecutionInstance?.mAutoDelete = false;
|
||||
}
|
||||
|
||||
CloseHeader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue