Skip to content

Commit

Permalink
Merge pull request #716 from Raph22/fix-print-out
Browse files Browse the repository at this point in the history
fix #655
  • Loading branch information
dherault committed Jun 22, 2019
2 parents 88417e9 + e8306dd commit e8d1211
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.stdout.on('data', data => {
process.stdin.on('data', data => {
let str = data.toString('utf8');

if (hasDetectedJson) {
Expand Down

0 comments on commit e8d1211

Please sign in to comment.