Skip to content

Commit 4066bbf

Browse files
authored
Update src/vs/editor/standalone/browser/standaloneServices.ts
1 parent b9e1017 commit 4066bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/standalone/browser/standaloneServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ class StandaloneAudioService implements IAudioCueService {
10581058
playAudioCueLoop(cue: AudioCue): IDisposable {
10591059
return toDisposable(() => { });
10601060
}
1061-
playRandomAudioCue(groupId: AudioCueGroupId, allowManyInParallel?: boolean | undefined): void {
1061+
playRandomAudioCue(groupId: AudioCueGroupId, allowManyInParallel?: boolean): void {
10621062
}
10631063
}
10641064

0 commit comments

Comments
 (0)