Merge branch 'v4' of github.com:fl0werpowers/quartz into v4

This commit is contained in:
fl0werpowers 2025-03-31 11:56:39 +02:00
commit f6aea1abf8

View File

@ -127,7 +127,7 @@ export async function handleCreate(argv) {
if (contentStat.isSymbolicLink()) {
await fs.promises.unlink(contentFolder)
} else {
await rm(path, { recursive: true })
await rm(contentFolder, { recursive: true })
}
}