Skip to content

Commit

Permalink
docs: added comment to parser function
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTomeES committed Mar 9, 2022
1 parent 4ce2779 commit 3f8fca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/HTMLToCSV.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export class HTMLToCSV {
const contents = Array.from(nodeList);

// extract basic info from FF bookmarks - name, url, date added - and sort them by name ASC
// category MUST be a let var for maintain the folder name in subelements
let category = '';
const output = contents
.map((a) => {
Expand Down

0 comments on commit 3f8fca1

Please sign in to comment.