mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:11:32 +00:00
Fix ProcessLogService using global config instead of local
This commit is contained in:
parent
4b92f5552b
commit
de5fdcd71a
@ -25,7 +25,7 @@ export class ProcessLogService {
|
||||
}
|
||||
|
||||
emitNewLogsIfNoLiveLogs(logs: LogMessage) {
|
||||
if (!config.console.showLiveLogs) {
|
||||
if (!this.showLiveLogs) {
|
||||
this.newLogs.next(logs);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user