1
Fork 0
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:
RGBCube 2023-12-12 17:36:25 +03:00
parent f97de554e6
commit aa4b34135c
No known key found for this signature in database

View file

@ -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} }