Skip to content

[CRITICAL BUG] double quote #43

@lifaon74

Description

@lifaon74

This commit (ca4a836#diff-ad82b5b82699c5afb1444512d08dd76b) introduces a critical bug (this lib doesn't work anymore)

// l.554
for (i=0; i<inputs.length; i++) {
  inputs[i] = '\'' + inputs[i] + '\'';
}
///... already done by inputs.map(utils.addQuotes)

You can see all the forks currently are for this unique fix purpose... Please remove lines or revert.

Always take care of testing before accepting pull requests ;). Thanks to you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions