Release v1.5.95

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-04 04:08:29 +01:00
co-authored by Claude Opus 4.6
parent 4fcbd5c4f7
commit 00fae5cadd
5 changed files with 48 additions and 30 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ async function writeExtractResumeState(packageDir: string, completedArchives: Se
}
}
async function clearExtractResumeState(packageDir: string, packageId?: string): Promise<void> {
export async function clearExtractResumeState(packageDir: string, packageId?: string): Promise<void> {
try {
await fs.promises.rm(extractProgressFilePath(packageDir, packageId), { force: true });
} catch {