diff options
| author | Dax Raad <[email protected]> | 2025-08-11 21:52:05 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-11 21:52:05 -0400 |
| commit | 0ca10ec2f5b2fd69eedaf58f7971438f02452142 (patch) | |
| tree | 041fce44dd3fa7b60c9bf9e04021e086a8f0370a | |
| parent | f03fae03e54b150b368bc02ca4e2f5753f34671d (diff) | |
| download | opencode-0ca10ec2f5b2fd69eedaf58f7971438f02452142.tar.gz opencode-0ca10ec2f5b2fd69eedaf58f7971438f02452142.zip | |
ignore: log
| -rw-r--r-- | packages/opencode/src/snapshot/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/opencode/src/snapshot/index.ts b/packages/opencode/src/snapshot/index.ts index 0c8cc5e82..163fec37c 100644 --- a/packages/opencode/src/snapshot/index.ts +++ b/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() const hash = await $`git --git-dir ${git} write-tree`.quiet().cwd(app.path.cwd).nothrow().text() + log.info("tracking", { hash }) return hash.trim() } |
