Skip to content

Commit

Permalink
minor repl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Boyer committed Oct 13, 2011
1 parent 8b0e418 commit 6ec4ad2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/webserver/julia-web.j
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ function socket_callback(fd)
catch error
return send_error(print_to_string(show, error))
end
if result == nothing
return send_eval_result("")
end
return send_eval_result(print_to_string(show, result))
end
end
Expand Down

0 comments on commit 6ec4ad2

Please sign in to comment.