mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 20:45:58 +01:00
output valid json when there are no clients
This commit is contained in:
parent
aa7177a9e4
commit
206b7f4372
1 changed files with 2 additions and 1 deletions
|
@ -102,6 +102,7 @@ R"#({
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove trailing comma
|
// remove trailing comma
|
||||||
|
if (result != "[")
|
||||||
result.pop_back();
|
result.pop_back();
|
||||||
|
|
||||||
result += "]";
|
result += "]";
|
||||||
|
|
Loading…
Reference in a new issue