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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user