Fix error logging

This commit is contained in:
WardPearce
2025-05-30 23:35:25 +12:00
parent 87cb9ca9a0
commit 89c63fc3f4
+1 -1
View File
@@ -123,7 +123,7 @@ export class SabrUmpParser {
try {
this.handleMediaHeader(part);
} catch (error) {
console.error();
console.error(error);
}
break;
case PART.MEDIA: