mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-04 20:06:01 +01:00
parent
4f591e807a
commit
8d5cdedbd3
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ bool CPluginManager::addNewPluginRepo(const std::string& url, const std::string&
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_bVerbose)
|
if (m_bVerbose)
|
||||||
std::println("{}", verboseString("shell returned: " + out));
|
std::println("{}", verboseString("shell returned: {}", out));
|
||||||
|
|
||||||
if (!std::filesystem::exists(m_szWorkingPluginDirectory + "/" + p.output)) {
|
if (!std::filesystem::exists(m_szWorkingPluginDirectory + "/" + p.output)) {
|
||||||
progress.printMessageAbove(failureString("Plugin {} failed to build.\n"
|
progress.printMessageAbove(failureString("Plugin {} failed to build.\n"
|
||||||
|
|
Loading…
Reference in a new issue