mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 23:15:12 +00:00
Implement automatic switching to console on deploy click
This commit is contained in:
@ -104,5 +104,8 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
||||
|
||||
setConsoleContent(content: string) {
|
||||
this.childConsole.newLogHandler(content);
|
||||
if (config.ide.showConsoleOnDeploy) {
|
||||
this.selectTerminalMenuItem('console');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user