noppoMan / npdynamodb

A Node.js Simple Query Builder and ORM for AWS DynamoDB
112 stars 18 forks source link

Migrate failing on OSX due to attempted processing of DS_Store system files #42

Closed brett--anderson closed 8 years ago

brett--anderson commented 8 years ago

Migrate tries to process osx system files like DS_Store. I've fixed the code that filters the candidate file to only include those that begin with a number. You could also go further and check that candidate file have a ".js" extension too. Please consider my pull request: #41