This commit is contained in:
Kj 2025-07-09 21:07:24 +09:00 committed by GitHub
commit c9e32dc831
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -543,7 +543,9 @@ export default class SyncManager {
break;
}
case "delete_remote": {
newTreeFiles[action.filePath].sha = null;
if (newTreeFiles[action.filePath]) {
newTreeFiles[action.filePath].sha = null;
}
break;
}
case "download":