更新指纹

This commit is contained in:
shadow1ng
2021-05-16 10:47:29 +08:00
parent 7031d78439
commit 0dd41e2917
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ func NewEnvOption() CustomLib {
},
},
&functions.Overload{
Operator: "string_bmatch_bytes",
Operator: "string_bmatches_bytes",
Binary: func(lhs ref.Val, rhs ref.Val) ref.Val {
v1, ok := lhs.(types.String)
if !ok {