Selaa lähdekoodia

chore: generate

opencode-agent[bot] 4 kuukautta sitten
vanhempi
commit
6434918794
1 muutettua tiedostoa jossa 1 lisäystä ja 5 poistoa
  1. 1 5
      packages/opencode/src/file/watcher.ts

+ 1 - 5
packages/opencode/src/file/watcher.ts

@@ -123,11 +123,7 @@ export const layer = Layer.effect(
           const cfgIgnores = cfg.watcher?.ignore ?? []
           const cfgIgnores = cfg.watcher?.ignore ?? []
 
 
           if (yield* Flag.OPENCODE_EXPERIMENTAL_FILEWATCHER) {
           if (yield* Flag.OPENCODE_EXPERIMENTAL_FILEWATCHER) {
-            yield* subscribe(ctx.directory, [
-              ...FileIgnore.PATTERNS,
-              ...cfgIgnores,
-              ...protecteds(ctx.directory),
-            ])
+            yield* subscribe(ctx.directory, [...FileIgnore.PATTERNS, ...cfgIgnores, ...protecteds(ctx.directory)])
           }
           }
 
 
           if (ctx.project.vcs === "git") {
           if (ctx.project.vcs === "git") {