Streampunk / beamcoder

Node.js native bindings to FFmpeg.
GNU General Public License v3.0
397 stars 76 forks source link

Remove await from a function that does not return Promise #34

Closed marload closed 4 years ago

marload commented 4 years ago

The beamcoder.encoder() does not return Promise. However, the example uses await.