fix DecodeCIGAR argument hint

This commit is contained in:
Arthur Lu 2024-11-07 20:58:17 +00:00
parent cde429cb80
commit 1bbf38aaab

View File

@ -79,7 +79,7 @@ func DecodeCIGAR(this js.Value, args []js.Value) interface{} {
}
if args[0].Type() != js.TypeString {
fmt.Println("s1 should be a string")
fmt.Println("CIGAR should be a string")
return nil
}