1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-02-26 16:28:24 +00:00

workaround for listeners not removed

fixed typo
This commit is contained in:
Luca Armaroli
2020-09-27 22:48:05 +02:00
parent 331efd9773
commit b89e04156f
2 changed files with 21 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ async function downloadVideo(videoGUIDs: Array<string>,
process.exit(ERROR_CODE.ARIA2C_CRASH);
}
else {
logger.verbose('Aria2c proces exited');
logger.verbose('Aria2c process exited');
arai2cExited = true;
}
}