Skip to content

Commit 36805e8

Browse files
committed
test: adapt test-repl for V8 update
The inspector console now has a new `createTask` method. PR-URL: #44741 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 96ef257 commit 36805e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/parallel/test-repl.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,8 @@ const errorTests = [
786786
' profile: [Function: profile],',
787787
' profileEnd: [Function: profileEnd],',
788788
' timeStamp: [Function: timeStamp],',
789-
' context: [Function: context]',
789+
' context: [Function: context],',
790+
' createTask: [Function: createTask]',
790791
] : [],
791792
'}',
792793
]

0 commit comments

Comments
 (0)