We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037aa8c commit a569555Copy full SHA for a569555
packages/server/src/worker.ts
@@ -69,7 +69,7 @@ export class TinyDO extends WsServerDurableObject<Env> {
69
70
if (previousKeepItem) {
71
if (newKeepItem.name !== previousKeepItem.name) {
72
- console.log(`[KEEP] Name changed from ${previousKeepItem.name} to ${newKeepItem.name}`)
+ console.log(`[KEEP] Name changed from "${previousKeepItem.name}" to "${newKeepItem.name}"`)
73
this.shoppingList.renameItem(newKeepItem.id, newKeepItem.name)
74
}
75
0 commit comments