mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
use go-errors package to display stacktrace of errors that cause panics
This commit is contained in:
parent
3a607061a2
commit
cfe3605e6b
13 changed files with 55 additions and 37 deletions
|
@ -1,9 +1,10 @@
|
|||
package commands
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/go-errors/errors"
|
||||
)
|
||||
|
||||
// Service is a service that repository is on (Github, Bitbucket, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue