mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
Update ConfigManager.cpp
This commit is contained in:
parent
a9e896118f
commit
099ca5399a
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ CConfigManager::CConfigManager() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!parseError.empty()) {
|
if (!parseError.empty()) {
|
||||||
// If an error there is, user may want the precise line where it occured
|
|
||||||
parseError = "Config error at line " + std::to_string(linenum) + ": " + parseError;
|
parseError = "Config error at line " + std::to_string(linenum) + ": " + parseError;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue