Update metrics.mjs
This commit is contained in:
@@ -24,3 +24,5 @@
|
|||||||
const parsed = libxmljs.parseXml(rendered)
|
const parsed = libxmljs.parseXml(rendered)
|
||||||
if (parsed.errors.length)
|
if (parsed.errors.length)
|
||||||
throw new Error(`Malformed SVG : \n${parsed.errors.join("\n")}`)
|
throw new Error(`Malformed SVG : \n${parsed.errors.join("\n")}`)
|
||||||
|
|
||||||
|
console.log("Test success !")
|
||||||
Reference in New Issue
Block a user