Skip to content

Util file changes Array.prototype.toString #2

@jariztia

Description

@jariztia

Changes Array.prototype.toString adding a space between items, this breaks things that expect items to be strictly comma separated. (no spaces between items)

File rlab/lib/util.js line 289:

Array.prototype.toString = function() { return U.vstr(this) };

I don't see the file in the repo, but is referenced in rlab/lib/set.js

module.exports = R = S = require("./util");

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