improve traceback details label

This commit is contained in:
Jake McDermott 2018-04-26 13:24:41 -04:00
parent 9cc9bdc4b5
commit 61757fb2b1
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -290,7 +290,7 @@ function getResultTracebackDetails () {
}
const limit = 150;
const label = 'Results Traceback';
const label = 'Error Details';
const more = traceback;
const less = $filter('limitTo')(more, limit);