From 505350bf6c3eba7576cb67ee4835c9ccc94870c8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 31 Aug 2020 13:29:00 -0300 Subject: [PATCH] v1 release --- .idea/workspace.xml | 2 +- index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 932a70f..effbb89 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -39,7 +39,7 @@ - + diff --git a/index.js b/index.js index 1fd5c75..e4ab261 100644 --- a/index.js +++ b/index.js @@ -27,6 +27,7 @@ fs.writeFile(fullPath, fileContent, function (error) { function handleFile(err, data) { if (err) throw err + console.log("Text: ", data) obj = JSON.parse(data) console.log("Object: ", obj) }