Skip to content

Commit

Permalink
fix: stringify execFileSync return value
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgw committed Oct 24, 2019
1 parent 4424e5f commit 7c0c668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function sendMessage (message) {
maxBuffer: Infinity,
input: JSON.stringify(message),
shell: false
})
}).toString()
}

function extractContentType (input) {
Expand Down

0 comments on commit 7c0c668

Please sign in to comment.