mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-29 14:56:36 +03:00
Add missing await.
This commit is contained in:
parent
401f67aed9
commit
6582aa9beb
@ -25,7 +25,7 @@ const ELM_FILE_PATH = path.join(
|
||||
);
|
||||
|
||||
async function ensureRequiredDirs() {
|
||||
fs.tryMkdir(`dist`);
|
||||
await fs.tryMkdir(`dist`);
|
||||
}
|
||||
|
||||
async function run(options) {
|
||||
|
Loading…
Reference in New Issue
Block a user