tweak error msg
This commit is contained in:
parent
4204db0c32
commit
bc40428f8a
2
f.go
2
f.go
|
@ -147,7 +147,7 @@ EventForLoop:
|
||||||
default:
|
default:
|
||||||
single_float, err1 := strconv.ParseFloat(words[0], 64)
|
single_float, err1 := strconv.ParseFloat(words[0], 64)
|
||||||
if err1 != nil {
|
if err1 != nil {
|
||||||
fmt.Println("Trying to multiply by a scalar, but scalar is not a float")
|
fmt.Println("Unrecognized command")
|
||||||
fmt.Println(error_msg_cont)
|
fmt.Println(error_msg_cont)
|
||||||
continue EventForLoop
|
continue EventForLoop
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user