mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Merge branch 'vnext' into sw
This commit is contained in:
@@ -21,10 +21,11 @@ module.exports = async function(req, res) {
|
||||
file_stream.destroy();
|
||||
});
|
||||
|
||||
file_stream.on('close', async () => {
|
||||
file_stream.on('end', async () => {
|
||||
if (cancelled) {
|
||||
return;
|
||||
}
|
||||
|
||||
const dl = meta.dl + 1;
|
||||
const dlimit = meta.dlimit;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user