ivanseidel / ivanseidel/node-draftlog
can't generate multiple lines
Open
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the JavaScript example with two console.draft calls and observe how the interval updates the terminal. Trace the console.draft entry point to determine why only the first drafted line is retained; done means both strings are displayed and updated independently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100