This commit is contained in:
2022-03-02 21:19:20 +00:00
parent de27b59e2b
commit 7d714f2cea

View File

@@ -531,6 +531,7 @@ export default {
true
);
if (res.error) {
console.log(res.error);
//don't expect this to ever get called but just in case
throw new Error(window.$gz.errorHandler.errorToString(res, vm));
}