Implement optional writing of the latest process log to console

This commit is contained in:
Kristóf Tóth
2018-05-27 19:02:18 +02:00
parent 2f3ea52b8e
commit 3565b890c4
6 changed files with 29 additions and 5 deletions

View File

@ -37,7 +37,8 @@ export const config = {
showNextButton: true
},
console: {
defaultContent: ''
defaultContent: '',
rewriteContentWithNewLogs: true
},
testmessenger: {
route: 'testmessenger'