diff --git a/extract.js b/extract.js index 7020a3c..bbaad59 100644 --- a/extract.js +++ b/extract.js @@ -109,5 +109,7 @@ function extract() { console.log(jsonArray); + log(JSON.stringify(jsonArray)); + log("----- Extraction end -----") } \ No newline at end of file