mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 22:34:09 +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
|
@ -43,6 +43,8 @@ namespace BeefBuild
|
|||
}
|
||||
mApp.Shutdown();
|
||||
int32 result = mApp.mFailed ? 1 : 0;
|
||||
if (mApp.mTargetExitCode != null)
|
||||
result = (int32)mApp.mTargetExitCode.Value;
|
||||
|
||||
delete mApp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue