Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -88,6 +88,7 @@ async function handleEvent(event) { | ... | @@ -88,6 +88,7 @@ async function handleEvent(event) { |
88 | .then(async(stream) => { | 88 | .then(async(stream) => { |
89 | await stream.on('data', (chunk) => { | 89 | await stream.on('data', (chunk) => { |
90 | file=chunk; | 90 | file=chunk; |
91 | + console.log(chunk); | ||
91 | }); | 92 | }); |
92 | }); | 93 | }); |
93 | console.log(file); | 94 | console.log(file); | ... | ... |
-
Please register or login to post a comment