We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff2786 commit 4acd2c4Copy full SHA for 4acd2c4
lib/musepack/sv8/MpcSv8Parser.ts
@@ -60,6 +60,7 @@ export class MpcSv8Parser extends BasicParser {
60
default:
61
throw new MusepackContentError(`Unexpected header: ${header.key}`);
62
}
63
+ // biome-ignore lint/correctness/noConstantCondition: break is handled in the switch statement
64
} while (true);
65
66
0 commit comments