Skip to content

Commit

Permalink
fix: fixed not being able to add a custom graceful shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed May 24, 2023
1 parent 4c7b0f6 commit d45dd18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pterm.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ func init() {
go func() {
for range c {
cursor.Show()

os.Exit(0)
}
}()
}
Expand Down

0 comments on commit d45dd18

Please sign in to comment.