Skip to content

Commit a812d2b

Browse files
committed
recorder: add missing await
not strictly necessary, but prevents future out-of-order bugs
1 parent c5dae78 commit a812d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/recorder/interface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ <h2>Settings</h2>
891891

892892
switch(task) {
893893
case "delete":
894-
confirmDelete(button, [filename]);
894+
await confirmDelete(button, [filename]);
895895
break;
896896
case "downloadkml":
897897
await downloadTracks([filename], track => saveKML(track, `Bangle.js Track ${trackid}`));

0 commit comments

Comments
 (0)