Ensure the theme-path is created correctly

This commit is contained in:
Manuel Thalmann 2019-10-27 19:05:14 +00:00
parent c7b9118298
commit 7d189ede99

View file

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