mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-27 20:55:13 +00:00
Fix hardcoded supervisor program name in IdeComponent
This commit is contained in:
@ -122,7 +122,7 @@ export class IdeComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
deployCode() {
|
deployCode() {
|
||||||
this.processManagerService.restartProcess('login');
|
this.processManagerService.restartProcess(config.ide.deployProcessName);
|
||||||
this.setDeployButtonState('DEPLOYING');
|
this.setDeployButtonState('DEPLOYING');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user