mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
Fixes for debugger, -run and -new support for BeefBuild
This commit is contained in:
parent
f534da77ff
commit
eb139fd33c
8 changed files with 98 additions and 64 deletions
|
@ -5399,7 +5399,11 @@ namespace IDE.ui
|
|||
let result = mOldVerHTTPRequest.GetResult();
|
||||
if (result != .NotDone)
|
||||
{
|
||||
if (result == .Failed)
|
||||
gApp.OutputErrorLine("Failed to retrieve source from {}", mOldVerLoadCmd);
|
||||
|
||||
RetryLoad();
|
||||
DeleteAndNullify!(mOldVerHTTPRequest);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue