Skip to content

patch(/code lines): add query note for swapping start and end #50

@sudojunior

Description

@sudojunior

start and end are swapped before leaving the switch block, but no resulting note is added to indicate this happened.

if (end < start) [start, end] = [end, start]; // swap if inverted

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions