ignore: log

This commit is contained in:
Dax Raad
2025-08-11 21:52:05 -04:00
parent 952293b75a
commit c2a1da1b13
+1
View File
@@ -43,6 +43,7 @@ export namespace Snapshot {
}
await $`git --git-dir ${git} add .`.quiet().cwd(app.path.cwd).nothrow()
const hash = await $`git --git-dir ${git} write-tree`.quiet().cwd(app.path.cwd).nothrow().text()
log.info("tracking", { hash })
return hash.trim()
}