Skip to content

Commit 7372a61

Browse files
committed
refactor(FileStorage): add deprecation notice for v2 migration
1 parent 09246a7 commit 7372a61

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/main/services/FileStorage.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* @deprecated LEGACY v1 CODE — being migrated to `FileManager`
3+
* (`src/main/services/file/FileManager.ts`). This file will be DELETED once
4+
* the migration is complete.
5+
*
6+
* Do NOT add new features or new call sites here — route new file
7+
* functionality through `FileManager` instead. Existing consumers should be
8+
* migrated off this module as part of the ongoing migration.
9+
*/
110
import { application } from '@application'
211
import { loggerService } from '@logger'
312
import { isWin } from '@main/core/platform'

0 commit comments

Comments
 (0)