Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 406b0fa

Browse files
committed
fix another
1 parent 158169e commit 406b0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sst/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ func main() {
403403
select {
404404
case <-ctx.Done():
405405
if cmd.Process != nil {
406-
cmd.Process.Kill()
406+
cmd.Process.Signal(os.Interrupt)
407407
<-processExit
408408
}
409409
return

0 commit comments

Comments
 (0)