freeall / single-line-log

Output one line and move to beginning of line. Useful for progress bars and counters with no breaks in the terminal
MIT License
210 stars 26 forks source link

Can't use console.log() afterwards #17

Closed hp8wvvvgnj6asjm7 closed 5 years ago

hp8wvvvgnj6asjm7 commented 5 years ago

_log('[',e.eventType,e.eventTime,'] -----------------------------',e.symbol); console.log('-'); Creates a new line very time this is called...