Skip to content

Commit

Permalink
Merge pull request #75 from shgysk8zer0/dependabot/npm_and_yarn/shgys…
Browse files Browse the repository at this point in the history
…k8zer0/js-utils-1.0.2

Bump @shgysk8zer0/js-utils from 1.0.1 to 1.0.2
  • Loading branch information
shgysk8zer0 authored Sep 23, 2024
2 parents bbbb137 + 96a978b commit f52c999
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 532 deletions.
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
Loading

0 comments on commit f52c999

Please sign in to comment.