This commit is contained in:
function i_use_lfs_btw() 2025-12-19 00:20:07 -03:00 committed by GitHub
commit ed00f247a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,6 +194,7 @@ int main(int argc, char** argv, char** envp) {
NLog::log("{}launching hl", Colors::YELLOW); NLog::log("{}launching hl", Colors::YELLOW);
if (!launchHyprland(configPath, binaryPath)) { if (!launchHyprland(configPath, binaryPath)) {
NLog::log("{}well it failed", Colors::RED); NLog::log("{}well it failed", Colors::RED);
std::cout << "\033[37m";
return 1; return 1;
} }