Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Aug 22, 2023
1 parent 7f7d4ce commit ddec874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export class ValidationError extends AnalyticsConsentError {
constructor(message: string, received?: any) {
if (arguments.length === 2) {
// to ensure that explicitly passing undefined as second argument still works
message += `(Received: ${JSON.stringify(received)})`
message += ` (Received: ${JSON.stringify(received)})`
}
super('ValidationError', `[Validation] ${message}`)
}
Expand Down

0 comments on commit ddec874

Please sign in to comment.