Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bofeng-song committed Jun 26, 2023
1 parent 4616c24 commit 2ee2a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pal/audio/minigame/player-minigame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export class AudioPlayerMinigame implements OperationQueueable {
function fail (err) {
clearEvent();
clearTimeout(timer);
// eslint-disable-next-line no-console
console.error('failed to load innerAudioContext');
reject(new Error(err));
}
Expand Down

0 comments on commit 2ee2a16

Please sign in to comment.