feat(deps): update Traceur 0.0.74
This commit is contained in:
@@ -62,6 +62,10 @@ function prettyPrint(value) {
|
||||
}
|
||||
|
||||
if (typeof value === 'object') {
|
||||
if (value.__assertName) {
|
||||
return value.__assertName;
|
||||
}
|
||||
|
||||
if (value.map) {
|
||||
return '[' + value.map(prettyPrint).join(', ') + ']';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user