krasimir / hopa

Zero config CLI for running JavaScript/TypeScript files

Home Page:https://krasimirtsonev.com/blog/article/hopa-javascript-typescript-runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't scroll through log

AliAlmohsen opened this issue · comments

If you print out a lot onto the log (in my case, I wanted to console.log a large object), you can't scroll up to see the entire contents of the log.

Do you see the scrollbar? I mean is it like you can't scroll with the mouse wheel only?

It's not scollable. It'll show as many lines as will appear in based on the height of the terminal window, but no more.
Screenshot from 2020-01-21 18-49-02

I see. The reason may be the fullscreen which the library enables at start. I may provide this as true by default but let you disable it via cli argument.