Skip to content

Commit

Permalink
Update lib/cookie/cookieJar.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Will Harney <[email protected]>
  • Loading branch information
colincasey and wjhsf committed Feb 21, 2024
1 parent ddf37ed commit a3ff77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cookie/cookieJar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function getCookieContext(url: unknown) {
return urlParse(url)
}
} else {
throw new ParameterError('`url` argument is invalid')
throw new ParameterError('`url` argument is not a string or URL.')
}
}

Expand Down

0 comments on commit a3ff77e

Please sign in to comment.