Skip to content

Commit dda626a

Browse files
authored
Merge pull request #114 from wata727/fix_panic
DO NOT USE Evaluator 🙇
2 parents a6a77ad + 5693d30 commit dda626a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluator/module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (e *Evaluator) evalModuleAttr(key string, val interface{}) (interface{}, er
8585
return nil, err
8686
}
8787
if estr, ok := ev.(string); ok && estr == "[NOT EVALUABLE]" {
88-
ev = e
88+
ev = v
8989
}
9090

9191
// In parseVariable function, map is expected to be in slice.

0 commit comments

Comments
 (0)