fix: Improve error handling and logging across multiple modules; enhance compatibility for legacy formats

This commit is contained in:
2025-11-14 20:56:48 +01:00
parent ec1596bbbd
commit cbd05d128e
12 changed files with 83 additions and 41 deletions

View File

@@ -193,7 +193,7 @@ export class MicrosoftRewardsBot {
try {
fs.unlinkSync(path.join(jobStateDir, file))
} catch {
// Ignore errors
// Expected: File may be locked or already deleted - non-critical
}
}
}