We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09246a7 commit 7372a61Copy full SHA for 7372a61
1 file changed
src/main/services/FileStorage.ts
@@ -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
+ */
10
import { application } from '@application'
11
import { loggerService } from '@logger'
12
import { isWin } from '@main/core/platform'
0 commit comments