Skip to content
Snippets Groups Projects
Unverified Commit fa68aeb8 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Send the correct lead line.

parent b741e1d1
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ import ( ...@@ -12,7 +12,6 @@ import (
// Run is essentially the main program. // Run is essentially the main program.
func Run(cmd *cobra.Command, args []string) { func Run(cmd *cobra.Command, args []string) {
fmt.Println(`{"version":1}`)
fmt.Printf(`{ "version": 1, "stop_signal": %d, "cont_signal": %d, "click_events": true }`+"\n", fmt.Printf(`{ "version": 1, "stop_signal": %d, "cont_signal": %d, "click_events": true }`+"\n",
unix.SignalNum("SIGSTOP"), unix.SignalNum("SIGCONT")) unix.SignalNum("SIGSTOP"), unix.SignalNum("SIGCONT"))
fmt.Println("[") fmt.Println("[")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment