Skip to content

Commit ee20622

Browse files
authored
Update constructor test to handle more error messages (#2366)
1 parent 313f5b3 commit ee20622

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/resources/harness.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@
327327
"is not a non-null object",
328328
"is not a function",
329329
"Failed to construct", // Used by workerd
330-
"Error calling function with"
330+
"Error calling function with",
331+
"can't convert"
331332
])
332333
) {
333334
// If it failed to construct and it's not illegal or just needs

0 commit comments

Comments
 (0)