Skip to content

Commit a1c3bb1

Browse files
feat: support storage backups on bun
1 parent 38bc9a5 commit a1c3bb1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/typescript/services/StartupManager.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,6 @@ class StartupManager extends Service implements HasEventListeners {
282282
];
283283

284284
if (BACKUP_STORAGE) {
285-
if (process.isBun) {
286-
this.application.logger.warn("Cannot create storage backup in a Bun environment");
287-
return;
288-
}
289-
290285
const buffer = await this.makeStorageBackup();
291286

292287
if (buffer.byteLength > 80 * 1024 * 1024) {

0 commit comments

Comments
 (0)