This commit is contained in:
2021-06-03 20:09:48 +00:00
parent 668ef3364d
commit 2c32b27032
2 changed files with 9 additions and 2 deletions

View File

@@ -322,7 +322,7 @@ export default {
default:
window.$gz.eventBus.$emit(
"notify-warning",
`open-object-handler: unknown [${tid.type},${tid.id}]`
`open-object-handler: unknown [type:${tid.type}, id:${tid.id}]`
);
}
}