syntax changes

This commit is contained in:
2023-08-01 23:41:23 +01:00
parent 89ee553bb4
commit 209e4298aa
6 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ module Voicemeeter
potato: (Install::OS_BITS == 64) ? Kinds::KindEnum::POTATOX64 : Kinds::KindEnum::POTATO
}
if caller(1..1).first[/`(.*)'/, 1] == "login"
logger.debug("Voicemeeter engine running but the GUI appears to be down... launching.")
logger.debug "Voicemeeter engine running but the GUI appears to be down... launching."
end
CBindings.call(:bind_run_voicemeeter, kinds[kind_id])
sleep(1)