Skip to content

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Sep 19, 2025

@nex3 nex3 force-pushed the slash-div branch 4 times, most recently from 3aa3f08 to 5b9fe7c Compare September 19, 2025 02:42
@nex3 nex3 marked this pull request as ready for review September 19, 2025 22:12
@nex3 nex3 requested a review from jathak September 19, 2025 22:12
if (i != 0) {
if (!lastElementEmpty) {
_buffer.writeCharCode($space);
lastElementEmpty = false;
Copy link
Member

Choose a reason for hiding this comment

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

I'm not quite following this code. Once lastElementEmpty is set to true, it would never be set back to false, since the only place its set is inside this if that only executes when lastElementEmpty is already false.

Is this line supposed to be somewhere else?

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

Successfully merging this pull request may close these issues.

2 participants