Skip to content

Conversation

justin-tse
Copy link
Contributor

PrintUtil.js:
console.log(p.str) will print a new empty line, which will affect the tree print.
image
so we should change to process.stdout.write(p.str) because it will not print an empty line.
image

@vercel
Copy link

vercel bot commented Dec 13, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
hello-algo ⬜️ Ignored (Inspect) Dec 13, 2022 at 1:49PM (UTC)

Copy link
Owner

@krahets krahets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you for the code review and bug fixing!

@krahets krahets added bug Bug fixes code Code-related labels Dec 13, 2022
@krahets krahets merged commit 4289aa3 into krahets:master Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes code Code-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants