Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanilagy committed Jul 21, 2024
1 parent d3b94b2 commit eae7956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/muxer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ export class Muxer<T extends Target> {

#finalizeCurrentChunk(track: Track) {
if (this.#options.fastStart === 'fragmented') {
throw new Error("Can't finalize individual chunks 'fastStart' is set to 'fragmented'.");
throw new Error("Can't finalize individual chunks if 'fastStart' is set to 'fragmented'.");
}

if (!track.currentChunk) return;
Expand Down

0 comments on commit eae7956

Please sign in to comment.