mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-04 05:32:40 +00:00
Fix showLiveLogs mode ignoring showConsoleOnDeploy
This commit is contained in:
parent
b11f3c95f6
commit
188b3a9631
@ -105,9 +105,9 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
|||||||
setConsoleContent(logs: any) {
|
setConsoleContent(logs: any) {
|
||||||
if (!config.console.showLiveLogs) {
|
if (!config.console.showLiveLogs) {
|
||||||
this.processLogService.newLog.next(logs);
|
this.processLogService.newLog.next(logs);
|
||||||
|
}
|
||||||
if (config.ide.showConsoleOnDeploy) {
|
if (config.ide.showConsoleOnDeploy) {
|
||||||
this.selectTerminalMenuItem('console');
|
this.selectTerminalMenuItem('console');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user