Skip to content

Commit 633033e

Browse files
committed
fix(scripts): log discovery link on fetch error
1 parent 7f03d38 commit 633033e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fetch-apis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ for (let i = 0; i < allApis.length; i += chunkSize) {
4848
),
4949
};
5050
} catch (error) {
51-
console.log(`Error fetching ${api.name}`);
51+
console.log(`Error fetching ${api.discoveryLink}`);
5252
console.log(error);
5353
}
5454
}

0 commit comments

Comments
 (0)