core: enable project discovery for experimental builds
parent
59dce63471
commit
0759696ec0
|
|
@ -107,7 +107,7 @@ export namespace Project {
|
|||
await migrateFromGlobal(id, worktree)
|
||||
}
|
||||
}
|
||||
discover(existing)
|
||||
if (Flag.OPENCODE_EXPERIMENTAL) discover(existing)
|
||||
const result: Info = {
|
||||
...existing,
|
||||
worktree,
|
||||
|
|
|
|||
Loading…
Reference in New Issue