Skip to content

Commit aff40ab

Browse files
committed
WIP: print to understand
1 parent 67db428 commit aff40ab

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
@@ -154,6 +154,7 @@ func checkCmd(m []byte) {
154154
buftype := strings.Replace(args[3], "\n", "", -1)
155155
bufferAlgorithm = buftype
156156
}
157+
fmt.Println("bufferAlgorithm: ", bufferAlgorithm)
157158
go spHandlerOpen(args[1], baud, bufferAlgorithm)
158159

159160
} else if strings.HasPrefix(sl, "close") {

0 commit comments

Comments
 (0)