Closed SanokKule closed 3 months ago
Replacing line 84 with this works fine
const ext = source ? basename(source).substring(basename(source).lastIndexOf('.') + 1).toLowerCase() : undefined;
thanks for reporting! i published an update that should fix that. let me know
All good, thanks for the fix!
Replacing line 84 with this works fine