Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "one-src", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.sh", |
@@ -7,5 +7,5 @@ const htmlStr = process.argv[2]; | ||
console.log('@@@ html-to-json argv : ',process.argv); | ||
// console.log('@@@ html-to-json argv : ',process.argv); | ||
console.log('@@@ extraStringRemoved : ', JSON.stringify(extraStringRemoved)); | ||
// console.log('@@@ extraStringRemoved : ', JSON.stringify(extraStringRemoved)); | ||
@@ -64,3 +64,3 @@ function mapDOM(element, json) { | ||
console.log('@@@ jsonFromHtml : ', jsonFromHtml); | ||
// console.log('@@@ jsonFromHtml : ', jsonFromHtml); | ||
@@ -71,5 +71,5 @@ fs.writeFile('/tmp/dom-map.json',jsonFromHtml,function(err){ | ||
}else{ | ||
console.log('write dom-map.json successfully'); | ||
} | ||
}); | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38680
122