enable verbose output in examples

fix host key in obs example readme.
This commit is contained in:
2022-12-17 02:11:00 +00:00
parent e01d4f134a
commit 72467a611b
4 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ param(
Import-Module ..\..\lib\Voicemeeter.psm1
$VerbosePreference = "Continue"
function get-value {
param([object]$vmr, [string]$line)
try {