mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Fix Run behavior on Windowses without terminal support. Now opens cmd.exe with a bat script helper that waits the user to terminate the process after it run.
ProjectBuild and StatusBuildOutputController clean up (unify build and clean).
This commit is contained in:
@@ -35,7 +35,7 @@ UITerminal* StatusTerminalController::createTerminal( const std::string& working
|
||||
nullptr, false );
|
||||
|
||||
if ( term == nullptr || term->getTerm() == nullptr ) {
|
||||
mApp->getTerminalManager()->displayError();
|
||||
mApp->getTerminalManager()->displayError( workingDir );
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user