mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 13:52:55 +00:00 
			
		
		
		
	Fix ProcessLogService using global config instead of local
This commit is contained in:
		@@ -25,7 +25,7 @@ export class ProcessLogService {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  emitNewLogsIfNoLiveLogs(logs: LogMessage) {
 | 
			
		||||
    if (!config.console.showLiveLogs) {
 | 
			
		||||
    if (!this.showLiveLogs) {
 | 
			
		||||
      this.newLogs.next(logs);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user