replit / prybar

Pry open those interpreters.
GNU General Public License v2.0
253 stars 52 forks source link

move console log to after the script execution #60

Closed amasad closed 4 years ago

amasad commented 4 years ago

It's a lie when sync code is running

amasad commented 4 years ago

I don't have a. good feeling about this because it will interleaves console output with the hint:

console.log('hello')

becomes:

hello
Hint: hit control+c anytime to enter REPL.
undefined

Which is confusing.