Sunday, 4 June 2017

Prevent console.log() from posting beside REPL prompt in Node

Currently my console.log() stream prints beside the REPL prompt, resulting in a undesirable effect:

> example!

when the desired effect is only "example!" without the REPL prompt ">". Is there a way to separate the REPL prompt from the console.log() stream?



via mount2010

No comments:

Post a Comment