node-draftlog icon indicating copy to clipboard operation
node-draftlog copied to clipboard

can't generate multiple lines

Open imkimchi opened this issue 5 years ago • 1 comments

Let's say I have codes like this below:

let a = console.draft(' ')
let b = console.draft('')

setInterval(() => {
  a('something')
  b('something')
}, 1000)

It only shows a string.

imkimchi avatar Nov 30 '18 11:11 imkimchi

Can you try with b having at least one char?

ivanseidel avatar Nov 30 '18 11:11 ivanseidel