Closed purcell closed 11 years ago
Thanks for the report. There were a couple of skewer.log() issues I hadn't dealt with yet and this was a new one. I believe a9d2483 fixes your particular issue.
Awesome, thanks -- I'll check it out when MELPA builds a new package.
Hi! Loving skewer so far -- thanks a lot!
If I move point backwards in the REPL, then eval an expression from a js file which contains
skewer.log()
invocations, the resulting output is inserted at point in the REPL. I would expect it to be printed at the end of the REPL buffer.