mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 09:16:16 +00:00
fix: Improve error handling and logging across multiple modules; enhance compatibility for legacy formats
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user