Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't generate multiple lines #6

Open
imkimchi opened this issue Nov 30, 2018 · 1 comment
Open

can't generate multiple lines #6

imkimchi opened this issue Nov 30, 2018 · 1 comment

Comments

@imkimchi
Copy link

imkimchi commented Nov 30, 2018

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.

@ivanseidel
Copy link
Owner

Can you try with b having at least one char?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants