Appearance
@loontail/minecraft-kit / RepairReport
Type Alias: RepairReport
ts
type RepairReport = InstallReport;Defined in: src/types/repair.ts:58
Outcome summary returned by repair.<aspect>.run. Identical to InstallReport — repair runs the same runner over a filtered plan.
Interpreting actionsSkipped matters more here than on install: it counts actions inside actionsCompleted that needed no work (a download whose on-disk hash already matched). A Forge repair's defensive sweep deliberately re-emits every forge library, so actionsCompleted alone cannot distinguish "re-downloaded 400 files" from "checked 400 files, fixed 2".