Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Dec 23, 2024
1 parent 444c764 commit f3a00ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/Decoder/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class WebCodecsDecoder {
this._cacheContext
);
throw new Error(
'codec is not in frameCodecMapping,failed to configure decoder, fallback to native decoder'
`codec ${frameInfo.codecType} is not in frameCodecMapping,failed to configure decoder, fallback to native decoder`
);
}
this._currentCodecConfig = {
Expand Down

0 comments on commit f3a00ef

Please sign in to comment.