From 36805e852471cc7a24524a329848da5c8f163864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 8 Sep 2022 06:31:22 +0200 Subject: [PATCH] test: adapt test-repl for V8 update The inspector console now has a new `createTask` method. PR-URL: https://github.com/nodejs/node/pull/44741 Reviewed-By: Ben Noordhuis Reviewed-By: Jiawen Geng Reviewed-By: James M Snell --- test/parallel/test-repl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/parallel/test-repl.js b/test/parallel/test-repl.js index 3eb5d255927421..4981816151f55b 100644 --- a/test/parallel/test-repl.js +++ b/test/parallel/test-repl.js @@ -786,7 +786,8 @@ const errorTests = [ ' profile: [Function: profile],', ' profileEnd: [Function: profileEnd],', ' timeStamp: [Function: timeStamp],', - ' context: [Function: context]', + ' context: [Function: context],', + ' createTask: [Function: createTask]', ] : [], '}', ]