Skip to content

Commit

Permalink
v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdaniell committed Aug 31, 2020
1 parent 5b5ed7c commit 505350b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 505350b

Please sign in to comment.