Skip to content

Commit

Permalink
test: adapt test-repl for V8 update
Browse files Browse the repository at this point in the history
The inspector console now has a new `createTask` method.

PR-URL: #44741
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
targos committed Oct 11, 2022
1 parent 96ef257 commit 36805e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parallel/test-repl.js
Expand Up @@ -786,7 +786,8 @@ const errorTests = [
' profile: [Function: profile],',
' profileEnd: [Function: profileEnd],',
' timeStamp: [Function: timeStamp],',
' context: [Function: context]',
' context: [Function: context],',
' createTask: [Function: createTask]',
] : [],
'}',
]
Expand Down

0 comments on commit 36805e8

Please sign in to comment.