We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db1ad6 commit ec58099Copy full SHA for ec58099
src/retrieve-validation/browser.ts
@@ -21,7 +21,7 @@ const retrieveInBrowser = async (url: string, timeout: number): Promise<W3CCSSVa
21
throw new Error(`The request took longer than ${timeout}ms`);
22
}
23
24
- throw new Error(err);
+ throw err;
25
26
27
if (!res) {
0 commit comments