You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constDraftLog=require('draftlog')DraftLog(console)varupdate=console.draft('Hi, my name is')console.log('Something else')newPromise(resolve=>setTimeout(resolve,1000)).then(()=>{update('Hi, my name is Ivan!')})
tried node index.cjs — it works
tried bun index.cjs — it simply outputs Hi, my name is Ivan! on another line:
Bun version: 1.1.8
OS: macos 14.5
terminal: iterm
The text was updated successfully, but these errors were encountered:
I have setup a minimal example with bun.sh:
tried
node index.cjs
— it workstried
bun index.cjs
— it simply outputsHi, my name is Ivan!
on another line:Bun version: 1.1.8
OS: macos 14.5
terminal: iterm
The text was updated successfully, but these errors were encountered: