We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7306e20 commit 733c990Copy full SHA for 733c990
1 file changed
packages/opencode/src/snapshot/index.ts
@@ -14,6 +14,7 @@ export namespace Snapshot {
14
15
// not a git repo, check if too big to snapshot
16
if (!app.git) {
17
+ return
18
const files = await Ripgrep.files({
19
cwd: app.path.cwd,
20
limit: 1000,
0 commit comments