mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.theide: Showing console after invalid method failure
git-svn-id: svn://ultimatepp.org/upp/trunk@3448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0be2283eeb
commit
3c452f465a
1 changed files with 1 additions and 0 deletions
|
|
@ -572,6 +572,7 @@ bool MakeBuild::Build()
|
|||
VectorMap<String, String> bm = GetMethodVars(method);
|
||||
if(bm.GetCount() == 0) {
|
||||
PutConsole("Invalid build method");
|
||||
ShowConsole();
|
||||
return false;
|
||||
}
|
||||
One<Host> host = CreateHost(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue