Skip to content

Commit fc51194

Browse files
committedApr 1, 2025·
chore: add comment regarding potential removal of sysStray dependencies
1 parent 7e73b6c commit fc51194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎hub.go

+1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ func (h *hub) checkCmd(m []byte) {
262262
} else if strings.HasPrefix(sl, "log") {
263263
go h.logAction(sl)
264264
} else if strings.HasPrefix(sl, "restart") {
265+
// potentially, the sysStray dependencies can be removed https://github.com/arduino/arduino-create-agent/issues/1013
265266
log.Println("Received restart from the daemon. Why? Boh")
266267
h.systray.Restart()
267268
} else if strings.HasPrefix(sl, "exit") {

0 commit comments

Comments
 (0)
Please sign in to comment.