File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ thrown by the wrapped function:
118
118
``` typescript
119
119
class NoErrorThrownError extends Error {}
120
120
121
- const getError = async <TError , >(call : () => unknown ): Promise <TError > => {
121
+ const getError = async <TError >(call : () => unknown ): Promise <TError > => {
122
122
try {
123
123
await call ();
124
124
Original file line number Diff line number Diff line change @@ -9280,11 +9280,11 @@ __metadata:
9280
9280
linkType : hard
9281
9281
9282
9282
" prettier@npm:^3.0.0 " :
9283
- version : 3.0.2
9284
- resolution : " prettier@npm:3.0.2 "
9283
+ version : 3.0.3
9284
+ resolution : " prettier@npm:3.0.3 "
9285
9285
bin :
9286
9286
prettier : bin/prettier.cjs
9287
- checksum : 118b59ddb6c80abe2315ab6d0f4dd1b253be5cfdb20622fa5b65bb1573dcd362e6dd3dcf2711dd3ebfe64aecf7bdc75de8a69dc2422dcd35bdde7610586b677a
9287
+ checksum : e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
9288
9288
languageName : node
9289
9289
linkType : hard
9290
9290
You can’t perform that action at this time.
0 commit comments