Skip to content

Commit

Permalink
fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
darvin committed Jun 3, 2018
1 parent 2f48d8e commit 44ba434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expreduce.go
Expand Up @@ -62,7 +62,7 @@ func main() {
func scriptSession(es *expreduce.EvalState, srcText string, srcPath string) {
exp := expreduce.EvalInterpMany(srcText, srcPath, es)
res := exp.Eval(es)
res = es.ProcessTopLevelResult(res)
res = es.ProcessTopLevelResult(res, res)


}
Expand Down

0 comments on commit 44ba434

Please sign in to comment.