obsidian-db-folder
obsidian-db-folder copied to clipboard
[Bug]: Auto Folder Deletion
Contact Details
Discord: ProStashio
What happened?
It seems DB Folders is having issues deleting empty folders
What platform were you using?
Desktop
Version of the plugin
3.5.0
Relevant log output
node:internal/errors:490 Uncaught (in promise) SystemError: Path is a directory: rm returned EISDIR (is a directory) \\?\C:\Obsidian Vaults\TTRPG Vault\2. My Campaign\12. NPCs\Aranor\Odinys\Fulcrum Ridge
at __node_internal_captureLargerStackTrace (node:internal/errors:490:5)
at new SystemError (node:internal/errors:250:5)
at new NodeError (node:internal/errors:361:7)
at node:internal/fs/utils:803:17
at FSReqCallback.oncomplete (node:fs:209:5)
node:internal/errors:490 Uncaught (in promise) SystemError: Path is a directory: rm returned EISDIR (is a directory) \\?\C:\Obsidian Vaults\TTRPG Vault\2. My Campaign\12. NPCs\Aranor\Odinys\Fulcrum Ridge
at __node_internal_captureLargerStackTrace (node:internal/errors:490:5)
at new SystemError (node:internal/errors:250:5)
at new NodeError (node:internal/errors:361:7)
at node:internal/fs/utils:803:17
at FSReqCallback.oncomplete (node:fs:209:5)
Are you using the latest version of the plugin in your Obsidian vault?
- [X] I have verified that I am on the latest version
Are you check if there is a similar issue?
- [X] I have verified that there are not similar issues
this seems to be an electron issue https://github.com/electron-userland/electron-builder/issues/5917