mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-30 04:11:33 -08:00
Update developmentMkdir.ts
This commit is contained in:
parent
f49df85c28
commit
098bd9eeec
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
import fs from 'fs-extra';
|
||||
import { DEFAULT_WIKI_FOLDER } from '../src/constants/paths';
|
||||
|
||||
try {
|
||||
fs.removeSync(DEFAULT_WIKI_FOLDER);
|
||||
} catch {}
|
||||
fs.mkdirpSync(DEFAULT_WIKI_FOLDER);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue