hopefully fix #94
This commit is contained in:
parent
b4d499e0e4
commit
15fc591b83
4 changed files with 16 additions and 6 deletions
|
|
@ -78,7 +78,7 @@ export class MediaTypeManager {
|
|||
if (!folderPath) {
|
||||
folderPath = `/`;
|
||||
}
|
||||
console.log(folderPath);
|
||||
// console.log(folderPath);
|
||||
|
||||
if (!(await app.vault.adapter.exists(folderPath))) {
|
||||
await app.vault.createFolder(folderPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue