wip: refactoring tui

This commit is contained in:
adamdottv
2025-06-02 12:00:21 -05:00
parent da92ee5f09
commit 8b5394e031
2 changed files with 8 additions and 2 deletions

View File

@@ -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
}