Skip to content
Snippets Groups Projects
Unverified Commit 215ff680 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Print info on kill

parent 285afebb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,7 +62,7 @@ func main() {
parallelWalkRunner.run(*parallelWalkJobs)
 
signals := make(chan os.Signal)
signal.Notify(signals, os.Interrupt)
signal.Notify(signals, os.Interrupt, os.Kill)
 
go func() {
for signal := range signals {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment