`repl`s output is a little off
Closed this issue · 1 comments
decioferreira commented
The output of running guida repl
should wait on the result of the code, to show the new >
. Instead it shows the result after it, like the following:
% guida repl
Compiled in DEV mode. Follow the advice at https://elm-lang.org/0.19.1/optimize for better performance and smaller assets.
---- Elm 0.19.1 ----------------------------------------------------------------
Say :help for help and :exit to exit! More at <https://elm-lang.org/0.19.1/repl>
--------------------------------------------------------------------------------
> 1 + 1
> 2 : number
decioferreira commented