mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
resetting controllers on new repo
This commit is contained in:
parent
eb056576cf
commit
2a1e3faa0c
76 changed files with 514 additions and 370 deletions
4
main.go
4
main.go
|
@ -132,10 +132,10 @@ func main() {
|
|||
log.Fatal(err.Error())
|
||||
}
|
||||
|
||||
app, err := app.NewApp(appConfig, filterPath)
|
||||
app, err := app.NewApp(appConfig)
|
||||
|
||||
if err == nil {
|
||||
err = app.Run()
|
||||
err = app.Run(filterPath)
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue