Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Feb 25, 2024
1 parent 613b816 commit c9b7596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/fetch/webidl.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ webidl.interfaceConverter = function (i) {
if (opts.strict !== false && !(V instanceof i)) {
throw webidl.errors.exception({
header: i.name,
message: `Expected ${JSON.stringify(V)} to be an instance of ${i.name}.`
message: `Expected ${webidl.util.Stringify(V)} to be an instance of ${i.name}.`
})
}

Expand Down

0 comments on commit c9b7596

Please sign in to comment.