mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Fix cppcheck reported issues (#333)
Fixes: https://github.com/microsoft/PowerToys/issues/266
This commit is contained in:
committed by
GitHub
parent
12cd7bb49f
commit
8ac6db8b5a
@@ -73,7 +73,7 @@ void start_initial_powertoys() {
|
||||
}
|
||||
only_enable_some_powertoys = true;
|
||||
}
|
||||
catch (std::exception ex) {
|
||||
catch (std::exception&) {
|
||||
// Couldn't read the general settings correctly.
|
||||
// Load all powertoys.
|
||||
only_enable_some_powertoys = false;
|
||||
|
||||
Reference in New Issue
Block a user