mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Silence boom killing output
This commit is contained in:
parent
f97de554e6
commit
aa4b34135c
1 changed files with 2 additions and 2 deletions
|
@ -186,8 +186,8 @@ $env.config.hooks = {
|
||||||
| where label == boom
|
| where label == boom
|
||||||
| get id
|
| get id
|
||||||
| each {|id|
|
| each {|id|
|
||||||
(task kill $id)
|
task kill $id | null
|
||||||
task remove $id
|
task remove $id | null
|
||||||
}
|
}
|
||||||
|
|
||||||
task spawn --label boom { pw-play ${./boom.opus} }
|
task spawn --label boom { pw-play ${./boom.opus} }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue