Skip to content

Commit

Permalink
Revert e8306dd fix #655, fixes #723, fixes #728, fixes #730
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jul 4, 2019
1 parent 3f9596b commit 889a61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functionHelper.js
Expand Up @@ -32,7 +32,7 @@ function runProxyHandler(funOptions, options) {
let results = '';
let hasDetectedJson = false;

process.stdin.on('data', (data) => {
process.stdout.on('data', (data) => {
let str = data.toString('utf8');

if (hasDetectedJson) {
Expand Down

0 comments on commit 889a61d

Please sign in to comment.