better logging

feat/vaults
Tomáš Mládek 2021-06-27 00:37:04 +02:00
parent 0d5c20d335
commit 022edb1915
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export default defineComponent({
await fetch(`/api/obj/${change.addr}`, { method: "DELETE" });
break;
default:
console.error(`Unimplemented: ${change}`);
console.error(`Unimplemented: ${JSON.stringify(change)}`);
}
this.$emit("edit");
},