hopefully fix #94

This commit is contained in:
Moritz Jung 2023-05-30 17:31:45 +02:00
parent b4d499e0e4
commit 15fc591b83
4 changed files with 16 additions and 6 deletions

View file

@ -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);