This commit is contained in:
2020-07-22 23:49:30 +00:00
parent d961b93319
commit 506ab7de11
2 changed files with 8 additions and 2 deletions

View File

@@ -20,7 +20,9 @@ export default {
//log it in case we need to see it in tech support
window.$gz.store.commit(
"logItem",
`Error: open object url was not valid, missing type or invalid type ${op}`
`Error: open object url was not valid, missing type or invalid type ${JSON.stringify(
op
)}`
);
return; //bail out, nothing to open here
}