mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-02-13 23:15:43 +01:00
Update lib/fetchTranscript.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ export async function fetchTranscriptContent(
|
|||||||
}
|
}
|
||||||
return await response.text();
|
return await response.text();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
process.stderr.write(`Failed to fetch transcript: ${error}\n`);
|
process.stderr.write(`Failed to fetch transcript from ${url}: ${error}\n`);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user