From 142363b7ab982978c3efc2d2d40657fe062e2252 Mon Sep 17 00:00:00 2001 From: Mark Wubben Date: Sun, 26 Jul 2020 18:05:57 +0200 Subject: [PATCH] Fix reporter logs for Node.js 14 Clearly this isn't ideal but it gets tests passing for now. --- test-tap/reporters/mini.regular.v14.log | 4 ++-- test-tap/reporters/tap.regular.v14.log | 4 ++-- test-tap/reporters/verbose.regular.v14.log | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test-tap/reporters/mini.regular.v14.log b/test-tap/reporters/mini.regular.v14.log index af1efa390..cb509dedb 100644 --- a/test-tap/reporters/mini.regular.v14.log +++ b/test-tap/reporters/mini.regular.v14.log @@ -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) diff --git a/test-tap/reporters/tap.regular.v14.log b/test-tap/reporters/tap.regular.v14.log index 92dabd285..7aafb489b 100644 --- a/test-tap/reporters/tap.regular.v14.log +++ b/test-tap/reporters/tap.regular.v14.log @@ -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 diff --git a/test-tap/reporters/verbose.regular.v14.log b/test-tap/reporters/verbose.regular.v14.log index dcc88f811..0514a3f43 100644 --- a/test-tap/reporters/verbose.regular.v14.log +++ b/test-tap/reporters/verbose.regular.v14.log @@ -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