We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c311721 commit 117c03eCopy full SHA for 117c03e
internal/ibazel/ibazel.go
@@ -44,9 +44,9 @@ var bazelNew = bazel.New
44
var commandDefaultCommand = command.DefaultCommand
45
var commandNotifyCommand = command.NotifyCommand
46
var exitMessages = map[os.Signal]string{
47
- syscall.SIGINT: "Subprocess killed from getting SIGINT (trigger SIGINT again to stop ibazel)",
48
- syscall.SIGTERM: "Subprocess killed from getting SIGTERM",
49
- syscall.SIGHUP: "Subprocess killed from getting SIGHUP",
+ syscall.SIGINT: "Subprocess killed from getting SIGINT (trigger SIGINT again to stop ibazel)",
+ syscall.SIGTERM: "Subprocess killed from getting SIGTERM",
+ syscall.SIGHUP: "Subprocess killed from getting SIGHUP",
50
}
51
52
type State string
0 commit comments