Bugfix: Calling detecConsoleLogs in missing control flow + Fix indexing issue for the single line file border-case#346
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WatermelonAI SummaryThe first commit and the pull request are both titled "Fix indexing issue for the single line file border-case." The commit message and PR body explain that there was a problem with commenting console logs on single-line files, and this commit fixes that issue. Looking at the test comments on the corresponding link provided gives a better understanding of the changes made. The type of change is a bug fix, and the acceptance criteria have been met. GitHub PRsClick here to login to Jira |
EstebanDalelR
left a comment
There was a problem hiding this comment.
LGTM, thanks for extracting!
Description
We were not commenting detected console logs on the line diffs of mono-line files. This PR fixes that border case.
Look at the test comments on https://github.com/watermelontools/watermelon/pull/345/files for reference.
Type of change
Acceptance