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:
118118``` typescript
119119class NoErrorThrownError extends Error {}
120120
121- const getError = async <TError , >(call : () => unknown ): Promise <TError > => {
121+ const getError = async <TError >(call : () => unknown ): Promise <TError > => {
122122 try {
123123 await call ();
124124
Original file line number Diff line number Diff line change @@ -9280,11 +9280,11 @@ __metadata:
92809280 linkType : hard
92819281
92829282" 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 "
92859285 bin :
92869286 prettier : bin/prettier.cjs
9287- checksum : 118b59ddb6c80abe2315ab6d0f4dd1b253be5cfdb20622fa5b65bb1573dcd362e6dd3dcf2711dd3ebfe64aecf7bdc75de8a69dc2422dcd35bdde7610586b677a
9287+ checksum : e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
92889288 languageName : node
92899289 linkType : hard
92909290
You can’t perform that action at this time.
0 commit comments