mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
wip: refactoring tui
This commit is contained in:
parent
da92ee5f09
commit
8b5394e031
2 changed files with 8 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ to assist developers in writing, debugging, and understanding code directly from
|
|||
}
|
||||
cwd = c
|
||||
}
|
||||
_, err = config.Load(cwd, debug)
|
||||
_, err := config.Load(cwd, debug)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue