Skip to content

Commit 55cddd7

Browse files
committed
test: adapt test-repl for V8 update
The inspector console now has a new `createTask` method.
1 parent 77330b8 commit 55cddd7

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)