Fixing an undefined function reference (#2586)

This commit is contained in:
Emma 2022-09-17 10:43:11 -04:00 committed by GitHub
parent f2d2827e0f
commit 386b9c586b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ const actions = {
fs.mkdirSync(folderPath, { recursive: true })
} catch (err) {
console.error(err)
this.showToast({
dispatch('showToast', {
message: err
})
return