add break in example switch

This commit is contained in:
pblivingston
2026-08-08 07:54:19 -04:00
parent c3aa47e7d0
commit 0fb26b9e72

View File

@@ -817,6 +817,9 @@ try {
catch { } catch { }
switch ($kind) { switch ($kind) {
'potato' {
break;
}
'basic' { 'basic' {
# perform final operations with Voicemeeter Basic # perform final operations with Voicemeeter Basic
} }