We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa204d commit b237022Copy full SHA for b237022
src/index.js
@@ -99,7 +99,7 @@ export function domParser(str) {
99
try {
100
var mainTag = str.match(/\<(?<tag>[a-z0-9]+)(.*?)?\>/).groups.tag;
101
} catch (e){
102
- console.log('find position: can not find the main tag');
+ // console.log(e, 'find position: can not find the main tag');
103
}
104
let doc;
105
switch (mainTag) {
0 commit comments