Skip to content

Commit

Permalink
refactor: util
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Aug 7, 2024
1 parent 2b9fbf3 commit 0d2e92a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion util/signalx/handler_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import (
"syscall"
)

var sigs = []os.Signal{syscall.SIGINT, syscall.SIGTERM}
var sigs = []os.Signal{syscall.SIGINT}

0 comments on commit 0d2e92a

Please sign in to comment.