Print failures to the UI

This commit is contained in:
Ben Jackson 2019-02-02 10:44:18 +00:00
commit f210d5d150
3 changed files with 6 additions and 1 deletions

View file

@ -22,7 +22,7 @@ import json
BUFFER_MAP = {
'console': 'Console',
'stdout': 'Console',
'stderr': 'Errors',
'stderr': 'stderr',
'telemetry': 'Telemetry',
}