Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Dec 4, 2024
1 parent e06e7e9 commit 4c3dbe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export class FetchFactory {
} catch (e: any) {
channels.fetchResponse.publish({

Check warning on line 226 in src/fetch.ts

View check run for this annotation

Codecov / codecov/patch

src/fetch.ts#L226

Added line #L226 was not covered by tests
fetch: fetchMeta,
error: e,n
error: e,
} as FetchResponseDiagnosticsMessage);
channels.response.publish({

Check warning on line 230 in src/fetch.ts

View check run for this annotation

Codecov / codecov/patch

src/fetch.ts#L230

Added line #L230 was not covered by tests
request: reqMeta,
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export {
setGlobalDispatcher, getGlobalDispatcher,
Request, RequestInfo, RequestInit,
Response, BodyInit, ResponseInit,
Headers, FormData, File,
Headers, FormData,
} from 'undici';
// HttpClient2 is keep compatible with urllib@2 HttpClient2
export {
Expand Down

0 comments on commit 4c3dbe8

Please sign in to comment.