Fix build-languages on fresh install.
This commit is contained in:
parent
5932033dcb
commit
a82e5eb390
@ -113,7 +113,7 @@ class BuildLanguages {
|
|||||||
|
|
||||||
async ensureDestinationDir () {
|
async ensureDestinationDir () {
|
||||||
if (!fs.existsSync(this.destinationDir)) {
|
if (!fs.existsSync(this.destinationDir)) {
|
||||||
await fs.promises.mkdir(this.destinationDir)
|
await fs.promises.mkdir(this.destinationDir, { recursive: true })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user