You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create any valid XML, then after the last line, insert a comment :
it'll crash with :
services/node_modules/xmldoc/lib/xmldoc.js:224
function parser_text() { delegates[0]._text.apply(delegates[0],arguments) }
^
TypeError: Cannot read property '_text' of undefined
Comments inside the XML doc won't generate this error.
The text was updated successfully, but these errors were encountered:
Create any valid XML, then after the last line, insert a comment :
it'll crash with :
services/node_modules/xmldoc/lib/xmldoc.js:224
function parser_text() { delegates[0]._text.apply(delegates[0],arguments) }
^
TypeError: Cannot read property '_text' of undefined
Comments inside the XML doc won't generate this error.
The text was updated successfully, but these errors were encountered: