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