You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Chore: Cli: Fix CLI app integration tests (#13089)
This commit is contained in:
@@ -891,6 +891,10 @@ export default class BaseApplication {
|
||||
if (!currentFolder) currentFolder = await Folder.defaultFolder();
|
||||
Setting.setValue('activeFolderId', currentFolder ? currentFolder.id : '');
|
||||
|
||||
if (currentFolder && !this.hasGui()) {
|
||||
this.currentFolder_ = currentFolder;
|
||||
}
|
||||
|
||||
await setupAutoDeletion();
|
||||
|
||||
await MigrationService.instance().run();
|
||||
|
||||
Reference in New Issue
Block a user