pre commit autoformat won't block committing for this project
Some checks failed
Just some continuos integration / ci (push) Failing after 22s

This commit is contained in:
0d0 2025-04-22 23:55:20 +02:00
parent 9f36097598
commit 08a3ec3883

View file

@ -65,13 +65,11 @@ export function streamYouTube(link: string, format: string): ReadableStream<Uint
process.stdout.on('data', (chunk) => {
try {
controller.enqueue(chunk);
} catch () {
} catch {
process.kill();
}
});
process.stderr.on('data', (chunk) => logger.debug(chunk.toString()));
process.stdout.on('end', () => {
try {