Skip to content

Commit 2c221b4

Browse files
committed
Push to kick of workflow again since I can't manually trigger it yet
1 parent e48f137 commit 2c221b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,11 @@ async function getChromeDriver(chromeDriverVersion: string): Promise<string> {
134134

135135
async function fetchText(url: string) {
136136
const response = await fetch(url);
137+
137138
if (!response.ok) {
138139
throw new Error(response.statusText);
139140
}
141+
140142
return await response.text();
141143
}
142144

0 commit comments

Comments
 (0)