Skip to content

Commit

Permalink
Update src/libs/Sound/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: rayane-djouah <[email protected]>
  • Loading branch information
wildan-m and rayane-djouah authored Oct 4, 2024
1 parent cf40ef2 commit 0e38cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Sound/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const initializeAndPlaySound = (src: string) => {
src: [src],
format: ['mp3'],
onloaderror: (id, error) => {
Log.hmmm('[sound] Load error:', {message: (error as Error).message});
Log.alert('[sound] Load error:', {message: (error as Error).message});
},
onplayerror: (id, error) => {
Log.hmmm('[sound] Play error:', {message: (error as Error).message});
Expand Down

0 comments on commit 0e38cb2

Please sign in to comment.