From 3a4a4b9690f4f162855a9f70c084796ab816261f 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 3eb5d255927..4981816151f 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]', ] : [], '}', ]