From cdee05fa635451bf863c846e5b20c3042c938099 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]', ] : [], '}', ]