We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fcde9 commit 27a8a3bCopy full SHA for 27a8a3b
1 file changed
src/app.main.ts
@@ -28,7 +28,7 @@ export async function run(args: Args) {
28
const logger = make()
29
return {
30
syncing: () => logger.replace("syncing pantries…"),
31
- syncd: () => logger.replace("]pantries sync’d ⎷")
+ syncd: () => logger.replace("pantries sync’d ⎷")
32
}
33
} else return {
34
syncing: () => logJSON({status: "syncing"}),
0 commit comments