fix(core): update

This commit is contained in:
2020-02-25 07:48:54 +00:00
parent e6a87e408e
commit 989634d276
5 changed files with 32 additions and 27 deletions

View File

@@ -67,7 +67,7 @@ export function serializeFunction(rootNode) {
node.appendChild(templateDom);
}
} catch (err) {
console.log('error:', err);
console.log('error:', err.message);
console.log(node.tagName);
}
}