mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 11:56:23 +00:00
Make ProcessLogService.newLog a BehaviorSubject
This commit is contained in:
@ -41,7 +41,11 @@ export const config = {
|
||||
route: 'console',
|
||||
defaultContent: '',
|
||||
rewriteContentWithProcessLogs: 'stdout',
|
||||
showLiveLogs: true
|
||||
showLiveLogs: true,
|
||||
defaultLogs: {
|
||||
stdout: '',
|
||||
stderr: ''
|
||||
}
|
||||
},
|
||||
testmessenger: {
|
||||
route: 'testmessenger'
|
||||
|
Reference in New Issue
Block a user