We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71468d commit 2557b58Copy full SHA for 2557b58
src/model/http/exchange.ts
@@ -378,6 +378,8 @@ export class HttpExchange extends HTKEventBase {
378
} else if (apiMetadata.type === 'openrpc') {
379
return await parseRpcApiExchange(apiMetadata, this);
380
} else {
381
+ console.log('Unknown API metadata type for host', this.request.parsedUrl.hostname);
382
+ console.log(apiMetadata);
383
throw new UnreachableCheck(apiMetadata, m => m.type);
384
}
385
} catch (e) {
0 commit comments