We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f03d38 commit 633033eCopy full SHA for 633033e
1 file changed
scripts/fetch-apis.ts
@@ -48,7 +48,7 @@ for (let i = 0; i < allApis.length; i += chunkSize) {
48
),
49
};
50
} catch (error) {
51
- console.log(`Error fetching ${api.name}`);
+ console.log(`Error fetching ${api.discoveryLink}`);
52
console.log(error);
53
}
54
0 commit comments