mirror of https://github.com/Chocobozzz/PeerTube
Add log in peertube watch script on error
parent
624a022157
commit
a388781916
|
@ -43,5 +43,10 @@ function run (url: string, program: any) {
|
|||
url.replace('videos/watch', 'download/torrents') +
|
||||
`-${program.resolution}.torrent`
|
||||
|
||||
try {
|
||||
execSync(cmd + args)
|
||||
} catch (err) {
|
||||
console.error('Cannto exec command.', err)
|
||||
process.exit(-1)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue