Skip to content

Commit

Permalink
fix: return directory handles
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed Dec 16, 2022
1 parent 6c8275a commit 79bb6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Extensions/Scripts/Modules/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ export const ImportModule = ({ disposables }: IModuleConfig) => ({
},

showDirectoryPicker: async (opts: IPickDirectoryOptions) => {
await showFolderPicker(opts)
return await showFolderPicker(opts)
},
})

0 comments on commit 79bb6ce

Please sign in to comment.