Release v1.5.95
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4fcbd5c4f7
commit
00fae5cadd
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user