Skip to content

Commit

Permalink
added numgen case in exprFromName
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Agrytskov committed Jan 31, 2025
1 parent 69f487d commit edf7aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions expr/expr.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ func exprFromName(name string) Any {
e = &CtTimeout{}
case "fib":
e = &Fib{}
case "numgen":
e = &Numgen{}
}
return e
}
Expand Down

0 comments on commit edf7aa7

Please sign in to comment.