Skip to content

Commit

Permalink
feat: update deps version, chagne method name
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Aug 29, 2024
1 parent 7097934 commit 4d37bfe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@miyauci/fs": "jsr:@miyauci/fs@1.0.0-beta.13",
"@miyauci/infra": "jsr:@miyauci/infra@^1.0.0",
"@miyauci/permissions": "./src/permissions/mod.ts",
"@miyauci/rfd": "jsr:@miyauci/rfd@^1.0.0-beta.9",
"@miyauci/rfd": "jsr:@miyauci/rfd@^1.0.0-beta.10",
"@std/bytes": "jsr:@std/bytes@^1.0.2",
"@std/media-types": "jsr:@std/media-types@^1.0.2",
"@std/path": "jsr:@std/path@^1.0.1"
Expand Down
9 changes: 9 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/node/adaptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function openDirectoryDialog(
fileDialog.setDirectory(options.startingDirectory);
}

const fullPath = fileDialog.pickDirectory();
const fullPath = fileDialog.pickFolder();

if (!fullPath) return null;

Expand Down

0 comments on commit 4d37bfe

Please sign in to comment.