mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-22 03:06:28 +03:00
parent
4f591e807a
commit
8d5cdedbd3
@ -272,7 +272,7 @@ bool CPluginManager::addNewPluginRepo(const std::string& url, const std::string&
|
||||
}
|
||||
|
||||
if (m_bVerbose)
|
||||
std::println("{}", verboseString("shell returned: " + out));
|
||||
std::println("{}", verboseString("shell returned: {}", out));
|
||||
|
||||
if (!std::filesystem::exists(m_szWorkingPluginDirectory + "/" + p.output)) {
|
||||
progress.printMessageAbove(failureString("Plugin {} failed to build.\n"
|
||||
|
Loading…
Reference in New Issue
Block a user