Skip to content

Commit

Permalink
Fix client too.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Oct 19, 2018
1 parent 69ad0f2 commit 620a1d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion expreduce.go
Expand Up @@ -6,6 +6,7 @@ import (
"flag"
"fmt"
"github.com/corywalker/expreduce/expreduce"
"github.com/corywalker/expreduce/pkg/expreduceapi"
"gopkg.in/readline.v1"
"log"
"net/http"
Expand Down Expand Up @@ -117,7 +118,7 @@ func interactiveSession(es *expreduce.EvalState) {
}
}

func printFormattedOutput(es *expreduce.EvalState, res expreduce.Ex, isInteractive bool, promptNum int) {
func printFormattedOutput(es *expreduce.EvalState, res expreduceapi.Ex, isInteractive bool, promptNum int) {
isNull := false
asSym, isSym := res.(*expreduce.Symbol)
if isSym {
Expand Down

0 comments on commit 620a1d5

Please sign in to comment.