.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:
cxl 2011-05-23 14:29:55 +00:00
parent 0be2283eeb
commit 3c452f465a

View file

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