compositor: fix missed raw throws
This commit is contained in:
parent
7713daa86a
commit
b79dfcceb4
2 changed files with 3 additions and 3 deletions
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue