Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
shgysk8zer0 committed Sep 23, 2024
1 parent 575c19b commit 96a978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export async function openFile({
if (input.showPicker instanceof Function) {
try {
input.showPicker({ signal });
} catch(err) {
} catch {
setTimeout(() => input.click(), 200);
}
} else {
Expand Down

0 comments on commit 96a978b

Please sign in to comment.