From 4e97ad7ae1c6d4639f227094f3270de44214c4f1 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. --- 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]', ] : [], '}', ]