Skip to content

Commit

Permalink
feat: adjust json difference cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lukascivil committed Aug 7, 2023
1 parent 8ae2a53 commit 5bb71b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/json-difference-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ const options = yargs

const delta = getDiff((options as any)?.original, (options as any).modified)

console.log('delta --->', delta)
console.log('delta -->', delta)

0 comments on commit 5bb71b6

Please sign in to comment.