1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

can't go any further because of an error

This commit is contained in:
Mark Kopenga
2018-08-14 16:12:21 +02:00
parent 73a1682540
commit 883f436b0f
3 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ func NewApp(config config.AppConfigurer) (*App, error) {
return nil, err
}
app.Tr, err = i18n.NewLocalizer()
app.Tr, err = i18n.NewLocalizer(app.Log)
if err != nil {
return nil, err
}