Hotfix as described in #217
This commit is contained in:
parent
32b10e7ba1
commit
02bdbf1861
1 changed files with 1 additions and 1 deletions
2
funi.ts
2
funi.ts
|
|
@ -265,7 +265,7 @@ async function getShow(){
|
|||
}
|
||||
if(fnSlug.length < 1){
|
||||
console.log('[INFO] Episodes not selected!\n');
|
||||
process.exit();
|
||||
return;
|
||||
}
|
||||
else{
|
||||
console.log('[INFO] Selected Episodes: %s\n',epSelEpsTxt.join(', '));
|
||||
|
|
|
|||
Loading…
Reference in a new issue