trentm / node-csvrow

parse a CSV row string (in node.js)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

format error

bored-engineer opened this issue · comments

When an error occurs, a call to format() is made which does not exist.

***/node_modules/csvrow/lib/csvrow.js:69
          throw new TypeError(format(
                              ^
ReferenceError: format is not defined
    at Object.parseCSVRow [as parse] (***/node_modules/csvrow/lib/csvrow.js:69:31)

same error, module is useless

ReferenceError: format is not defined