-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I tried implementing it with console.clear(), but in my tests the results can be very strange.
I suspect if you used a mix of stdout.write, stderr.write and console.log, then calling console.clear will only be able to overwrite some of stdout, and other stuff will remain visible.
It might be doable with better results if I avoid using console.log altogether and do all logging with stdout.write, and then overwrite stdout contents manually. Something to explore.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels