mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Fix missing option name in last commit
This commit is contained in:
@@ -84,7 +84,7 @@ Configuration::Configuration(const fs::path& config_path,
|
||||
if (const auto parsed_value = value.as_string()) {
|
||||
group = parsed_value->get();
|
||||
} else {
|
||||
invalid_options.emplace_back(std::string());
|
||||
invalid_options.emplace_back(key);
|
||||
}
|
||||
} else if (key == "disable_pipes") {
|
||||
// This option can be either enabled or disable with a boolean,
|
||||
|
||||
Reference in New Issue
Block a user