mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:45:59 +01:00
parent
737b51d032
commit
a4a1ad1f9b
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,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