Fixing an undefined function reference (#2586)
This commit is contained in:
parent
f2d2827e0f
commit
386b9c586b
|
@ -284,7 +284,7 @@ const actions = {
|
||||||
fs.mkdirSync(folderPath, { recursive: true })
|
fs.mkdirSync(folderPath, { recursive: true })
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(err)
|
console.error(err)
|
||||||
this.showToast({
|
dispatch('showToast', {
|
||||||
message: err
|
message: err
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue