Skip to content

Commit 86a64af

Browse files
committed
fix issue
1 parent f275871 commit 86a64af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/audioCues/browser/audioCueService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class AudioCueService extends Disposable implements IAudioCueService {
103103
let playing = true;
104104
const playSound = () => {
105105
if (playing) {
106-
this.playSound(cue.sound, true).finally(() => {
106+
this.playAudioCue(cue, true).finally(() => {
107107
if (playing) {
108108
playSound();
109109
}

0 commit comments

Comments
 (0)