mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 03:27:45 +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
|
||||
| get id
|
||||
| each {|id|
|
||||
(task kill $id)
|
||||
task remove $id
|
||||
task kill $id | null
|
||||
task remove $id | null
|
||||
}
|
||||
|
||||
task spawn --label boom { pw-play ${./boom.opus} }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue