Print failures to the UI
This commit is contained in:
parent
e9d9a8ac42
commit
f210d5d150
3 changed files with 6 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import json
|
|||
BUFFER_MAP = {
|
||||
'console': 'Console',
|
||||
'stdout': 'Console',
|
||||
'stderr': 'Errors',
|
||||
'stderr': 'stderr',
|
||||
'telemetry': 'Telemetry',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue