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

LoadOldVer fix when command fails to execute

This commit is contained in:
Brian Fiete 2022-05-23 10:02:34 -07:00
parent eccfabbad2
commit 7b6291bba5

View file

@ -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();