Ensure the theme-path is created correctly
This commit is contained in:
parent
c7b9118298
commit
7d189ede99
|
@ -106,6 +106,8 @@ export async function Clean()
|
|||
await FileSystem.remove(settings.TestThemePath());
|
||||
}
|
||||
|
||||
await FileSystem.mkdirp(settings.TestThemePath());
|
||||
await FileSystem.remove(settings.TestThemePath());
|
||||
await require("create-symlink")(settings.RootPath(), settings.TestThemePath(), { type: "junction" });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue