Skip to content

Commit

Permalink
Updated readme source
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed May 23, 2021
1 parent 39de1e6 commit 1868b0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion readme/example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import readFileJson from "read-file-json"

readFileJson("./doesNotExist.json5").then(result => {
readFileJson("./exists.json5").then(result => {

})

readFileJson("./doesNotExist.json5").then(result2 => {

})
2 changes: 1 addition & 1 deletion readme/result.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
null
["a", "b", "c"]
1 change: 1 addition & 0 deletions readme/result2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
null

0 comments on commit 1868b0e

Please sign in to comment.