Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unidentified 15 in logs #12

Closed
theofidry opened this issue Feb 15, 2015 · 2 comments
Closed

Unidentified 15 in logs #12

theofidry opened this issue Feb 15, 2015 · 2 comments

Comments

@theofidry
Copy link

I've tried the following code:

myFunction: function (req, res) {

      var uploadedFile = req.files['fileId'],
      var parser = new Parser(uploadedFile.path);
      parser.parse();

And I've got a mysterious 15 appearing in my console. If I comment the parser.parse() line it does no longer display the 15 so this is really coming from the parser.

@dimfeld
Copy link

dimfeld commented May 16, 2015

This is probably coming from the parseDate function. See https://github.com/abstractvector/node-dbf/blob/master/src/header.coffee#l23. PR #13 eliminates this as well as making other changes.

@theofidry
Copy link
Author

Ok thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants