mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-04 19:11:33 +00:00
Fix hardcoded supervisor program name in IdeComponent
This commit is contained in:
parent
daba4ce6f9
commit
a0f9ec6bd6
@ -122,7 +122,7 @@ export class IdeComponent implements OnInit {
|
||||
}
|
||||
|
||||
deployCode() {
|
||||
this.processManagerService.restartProcess('login');
|
||||
this.processManagerService.restartProcess(config.ide.deployProcessName);
|
||||
this.setDeployButtonState('DEPLOYING');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user