-
Notifications
You must be signed in to change notification settings - Fork 190
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
Port importer to new versions of dependencies #10
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! let me review the changes and will merge
importer/import.js
Outdated
|
||
for (count = 0; count < allItems.length; count++) { | ||
write(allItems[count].innerHTML, allItems[count].href); | ||
count++; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are incrementing count twice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops! fixed
Don't forget to squash all my commits into one when you merge ;) |
The current version of the importer doesn't run on Node 8. I've upgraded the dependencies and changed the script to use their current interfaces.