cloudhead / http-console

simple, intuitive HTTP REPL — Speak HTTP like a local.
Apache License 2.0
1.35k stars 65 forks source link

replace all sys.puts() with console.log's. fix #47 #48

Closed marcusandre closed 9 years ago

marcusandre commented 10 years ago

replaced all sys.puts() with console.log's as described in this ticket.

unbalancedparentheses commented 10 years ago

@marcusandre the pr has some issues. It adds more than one newline on many places.

> http-console 0.6.2 > Welcome, enter .help if you're lost. > Connecting to 127.0.0.1 on port 8080.

http://127.0.0.1:8080/>

Let me know if you are going to check what happens or I recode it.