Skip to content

Commit 5ef1c2b

Browse files
committed
fix: bug
1 parent fe284fe commit 5ef1c2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli/commands/inspect/commands/InspectMeasureCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,7 @@ async function runTestWorkerLogic() {
966966
experimentalDefaultContextKvCacheValueType: kvCacheValueType,
967967
defaultContextSwaFullCache: swaFullCache
968968
});
969+
break;
969970
} catch (err) {
970971
if (isFirstLoad || triesLeft === 1)
971972
throw err;

0 commit comments

Comments
 (0)