We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c39a86 + 899fdfe commit 4603662Copy full SHA for 4603662
src/functionHelper.js
@@ -25,7 +25,7 @@ function runProxyHandler(funOptions, options) {
25
process.stdin.end();
26
let results = ''
27
let hasDetectedJson = false;
28
- process.stdout.on('data', (data) => {
+ process.stdin.on('data', (data) => {
29
let str = data.toString('utf8');
30
if (hasDetectedJson) {
31
// Assumes that all data after matching the start of the
0 commit comments