Commit 9268bdd5 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

refactor(ipfs2/main) replace with equivalent action

parent fa5ca3f2
...@@ -283,7 +283,7 @@ func handleInterrupt() { ...@@ -283,7 +283,7 @@ func handleInterrupt() {
go func() { go func() {
for _ = range c { for _ = range c {
log.Info("Received interrupt signal, terminating...") log.Info("Received interrupt signal, terminating...")
exit(0) os.Exit(0)
} }
}() }()
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment