Skip to content

Commit

Permalink
moving to detectFolder
Browse files Browse the repository at this point in the history
  • Loading branch information
karnthis committed Feb 14, 2024
1 parent e137956 commit 5ff1fb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@jackallabs/ck5-custom": "file:jackallabs-ck5-custom-0.0.0.tgz",
"@jackallabs/jackal.js": "^2.1.2",
"@jackallabs/jackal.js": "^2.2.0",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vue": "^3.3.4",
"vue-router": "^4.1.6"
Expand Down
2 changes: 1 addition & 1 deletion src/store/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class BStore implements IBStore {
if (!this.globalFileIo) {
throw 'oh fuck file io'
}
if (await this.globalFileIo.checkFolderIsFileTree(['s', workspace].join('/'))) {
if (await this.globalFileIo.detectFolder(['s', workspace].join('/'))) {
await this.fetchWorkspaceFolder()
await this.fetchDraftsFolder()
await this.fetchPublishedFolder()
Expand Down

0 comments on commit 5ff1fb8

Please sign in to comment.