1
Fork 0
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:
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 | 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} }