MCPcopy Index your code
hub / github.com/continuedev/continue / logError

Function logError

packages/fetch/src/fetch.ts:76–80  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

74}
75
76function logError(error: unknown) {
77 console.log("=== FETCH ERROR ===");
78 console.log(`Error: ${error}`);
79 console.log("===================");
80}
81
82export async function fetchwithRequestOptions(
83 url_: URL | string,

Callers 1

fetchwithRequestOptionsFunction · 0.85

Calls 1

logMethod · 0.65

Tested by

no test coverage detected