Skip to content

Commit ec58099

Browse files
Update src/retrieve-validation/browser.ts
Co-authored-by: Wes Cossick <[email protected]>
1 parent 6db1ad6 commit ec58099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/retrieve-validation/browser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const retrieveInBrowser = async (url: string, timeout: number): Promise<W3CCSSVa
2121
throw new Error(`The request took longer than ${timeout}ms`);
2222
}
2323

24-
throw new Error(err);
24+
throw err;
2525
}
2626

2727
if (!res) {

0 commit comments

Comments
 (0)