Skip to content

Commit

Permalink
debug download debug
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Dec 17, 2024
1 parent 6757cd0 commit f3d9067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/organisms/debug/DebugPopup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
directory: Directory.Documents,
recursive: true
}).catch((e) => {
setTimeout((e:any) => {
return setTimeout(() => {
message = String(e)
loading = false;
}, 5000);
});
message = 'm.File_saved_to' + path;
setTimeout(() => {
message = 'm.File_saved_to' + path;
loading = false;
}, 2000);
};
Expand Down

0 comments on commit f3d9067

Please sign in to comment.