Skip to content

Commit

Permalink
Fix reporter logs for Node.js 14
Browse files Browse the repository at this point in the history
Clearly this isn't ideal but it gets tests passing for now.
  • Loading branch information
novemberborn committed Jul 26, 2020
1 parent 07602f5 commit 142363b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test-tap/reporters/mini.regular.v14.log
Expand Up @@ -504,8 +504,8 @@
Error: Can’t catch me

› Timeout._onTimeout (test-tap/fixture/report/regular/uncaught-exception.js:5:9)
› listOnTimeout (internal/timers.js:549:17)
› processTimers (internal/timers.js:492:7)
› listOnTimeout (internal/timers.js:551:17)
› processTimers (internal/timers.js:494:7)



Expand Down
4 changes: 2 additions & 2 deletions test-tap/reporters/tap.regular.v14.log
Expand Up @@ -298,8 +298,8 @@ not ok 25 - Error: Can’t catch me
message: Can’t catch me
at: |-
Timeout._onTimeout (test-tap/fixture/report/regular/uncaught-exception.js:5:9)
listOnTimeout (internal/timers.js:549:17)
processTimers (internal/timers.js:492:7)
listOnTimeout (internal/timers.js:551:17)
processTimers (internal/timers.js:494:7)
...
---tty-stream-chunk-separator
# uncaught-exception.js exited with a non-zero exit code: 1
Expand Down
4 changes: 2 additions & 2 deletions test-tap/reporters/verbose.regular.v14.log
Expand Up @@ -94,8 +94,8 @@
Error: Can’t catch me

› Timeout._onTimeout (test-tap/fixture/report/regular/uncaught-exception.js:5:9)
› listOnTimeout (internal/timers.js:549:17)
› processTimers (internal/timers.js:492:7)
› listOnTimeout (internal/timers.js:551:17)
› processTimers (internal/timers.js:494:7)

---tty-stream-chunk-separator
✖ uncaught-exception.js exited with a non-zero exit code: 1
Expand Down

0 comments on commit 142363b

Please sign in to comment.