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 })
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
this.showToast({
|
||||
dispatch('showToast', {
|
||||
message: err
|
||||
})
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue