Skip to content

Commit 1849a1c

Browse files
dido18cmaglie
andauthored
Update hub.go
Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
1 parent 2fe3c28 commit 1849a1c

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
@@ -147,6 +147,7 @@ func checkCmd(m []byte) {
147147
return
148148
}
149149

150+
// Ignore extra "buffer type" param for backward compatibility
150151
if len(args) > 3 {
151152
log.Warn(fmt.Sprintf("Unexpected arguments for the open command. Ignored arguments: '%s'.", args[3:]))
152153
}

0 commit comments

Comments
 (0)