Launch
This commit is contained in:
7
internal/engine/signal_windows.go
Normal file
7
internal/engine/signal_windows.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build windows
|
||||
|
||||
package engine
|
||||
|
||||
import "os"
|
||||
|
||||
func ioSignalInterrupt() os.Signal { return os.Interrupt }
|
||||
Reference in New Issue
Block a user