mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
fix error message
This commit is contained in:
@@ -43,7 +43,7 @@ func init() {
|
||||
expressionString, ok := expression.(string)
|
||||
|
||||
if !ok {
|
||||
return nil, fmt.Errorf("debug.expr url must be a string")
|
||||
return nil, fmt.Errorf("debug.expr expression must be a string")
|
||||
}
|
||||
|
||||
program, err := expr.Compile(expressionString)
|
||||
|
||||
Reference in New Issue
Block a user