-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
following code crashes with a TypeError: Cannot read property 'replace' of null
:
var Microformats = require('microformat-node');
Microformats.get({
html: '<div class="include item"></div>'
}, function (err, data) {
console.log(err, data);
});
also fails on input:
'<div class="include"></div><div class="item"></div>'
narrowed down sample from http://www.advodata.be/
also happening on www.netflow.ro
Metadata
Metadata
Assignees
Labels
No labels