Dax Raad 6 месяцев назад
Родитель
Сommit
0ca10ec2f5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/opencode/src/snapshot/index.ts

+ 1 - 0
packages/opencode/src/snapshot/index.ts

@@ -43,6 +43,7 @@ export namespace Snapshot {
     }
     }
     await $`git --git-dir ${git} add .`.quiet().cwd(app.path.cwd).nothrow()
     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()
     const hash = await $`git --git-dir ${git} write-tree`.quiet().cwd(app.path.cwd).nothrow().text()
+    log.info("tracking", { hash })
     return hash.trim()
     return hash.trim()
   }
   }