Skip to content

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

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
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions