mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Clean up unneeded export, variables and assignment after reverse()
This commit is contained in:
@@ -207,7 +207,7 @@ export class Stream {
|
||||
this.stream.push(c);
|
||||
});
|
||||
|
||||
stream.once('error', async (err) => {
|
||||
stream.once('error', async () => {
|
||||
this.cleanup();
|
||||
await this.retry();
|
||||
this.timer.reuse();
|
||||
|
||||
Reference in New Issue
Block a user