Fixed onError propagation

This commit is contained in:
Joel Collins 2020-12-04 15:08:39 +00:00
parent 213dec3e5c
commit 08f653233b
8 changed files with 13 additions and 26 deletions

View file

@ -198,7 +198,6 @@ export default {
if (!error) {
error = Error("Unknown error");
}
this.$emit("error", error);
this.$emit("finished");
})