We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b10cd commit 49d1fd7Copy full SHA for 49d1fd7
1 file changed
src/node_url_pattern.cc
@@ -70,7 +70,6 @@ bool URLPatternRegexProvider::regex_match(std::string_view input,
70
.ToLocal(&result_object)) {
71
return false;
72
}
73
- DCHECK(result_object->IsArray());
74
// RegExp::Exec returns null if there is no match.
75
return !result_object->IsNull();
76
0 commit comments