We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e73b6c commit fc51194Copy full SHA for fc51194
hub.go
@@ -262,6 +262,7 @@ func (h *hub) checkCmd(m []byte) {
262
} else if strings.HasPrefix(sl, "log") {
263
go h.logAction(sl)
264
} else if strings.HasPrefix(sl, "restart") {
265
+ // potentially, the sysStray dependencies can be removed https://github.com/arduino/arduino-create-agent/issues/1013
266
log.Println("Received restart from the daemon. Why? Boh")
267
h.systray.Restart()
268
} else if strings.HasPrefix(sl, "exit") {
0 commit comments