return structured errors from commands (wip)

This commit is contained in:
2022-12-23 11:34:17 -08:00
parent 2943634248
commit df6b362a31
8 changed files with 82 additions and 62 deletions

View File

@ -24,6 +24,7 @@
}
catch (e) {
error = e;
window.error = e;
}
}