File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/cacheable-request Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757 "@types/express" : " ^5.0.5" ,
5858 "@types/node" : " ^24.10.0" ,
5959 "@types/responselike" : " ^1.0.3" ,
60- "@vitest/coverage-v8" : " ^3.2.4 " ,
60+ "@vitest/coverage-v8" : " ^4.0.8 " ,
6161 "body-parser" : " ^2.2.0" ,
6262 "delay" : " ^7.0.0" ,
6363 "express" : " ^5.1.0" ,
6666 "sqlite3" : " ^5.1.7" ,
6767 "tsup" : " ^8.5.0" ,
6868 "typescript" : " ^5.9.3" ,
69- "vitest" : " ^3.2.4 "
69+ "vitest" : " ^4.0.8 "
7070 }
7171}
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ class CacheableRequest {
327327 try {
328328 await get ( options ) ;
329329 } catch ( error : any ) {
330- /* c8 ignore next 3 */
330+ /* v8 ignore next -- @preserve */
331331 if ( options . automaticFailover && ! madeRequest ) {
332332 makeRequest ( options ) ;
333333 }
You can’t perform that action at this time.
0 commit comments