Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroHryshyn committed Jan 29, 2024
1 parent e6ac53b commit 46de313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/webview/MainProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ export class MainViewProvider implements WebviewViewProvider {
this.__directoryPaths =
(await glob(`${basePath}/**`, {
// ignore node_modules and files, match only directories
onlyDirectories: true,
ignore: ['**/node_modules/**',],
onlyDirectories: true,
ignore: ['**/node_modules/**'],
})) ?? [];
}

Expand Down

0 comments on commit 46de313

Please sign in to comment.