은승우

Update app.js

Showing 1 changed file with 1 additions and 0 deletions
......@@ -88,6 +88,7 @@ async function handleEvent(event) {
.then(async(stream) => {
await stream.on('data', (chunk) => {
file=chunk;
console.log(chunk);
});
});
console.log(file);
......