From 096258f35dd7f3659a2f1a41acf0ce02f1b93cbe Mon Sep 17 00:00:00 2001 From: Marcus Ekwall Date: Sat, 21 May 2022 13:36:00 +0200 Subject: [PATCH] fix: error in catch is unknown since TypeScript 4.4 --- src/FFmpeggy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/FFmpeggy.ts b/src/FFmpeggy.ts index 0164340..1d3cbb6 100644 --- a/src/FFmpeggy.ts +++ b/src/FFmpeggy.ts @@ -209,7 +209,8 @@ export class FFmpeggy extends (EventEmitter as new () => TypedEmitter