compositor: fix missed raw throws

This commit is contained in:
vaxerski
2023-08-20 13:58:46 +02:00
parent 7713daa86a
commit b79dfcceb4
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ void help() {
int main(int argc, char** argv) {
if (!getenv("XDG_RUNTIME_DIR"))
throw std::runtime_error("XDG_RUNTIME_DIR is not set!");
throwError("XDG_RUNTIME_DIR is not set!");
// export HYPRLAND_CMD
std::string cmd = "";