This commit is contained in:
andrewlu 2021-02-02 11:58:17 +08:00
parent e2d638cb8c
commit 46b65e4f9c

View File

@ -98,7 +98,6 @@ module.exports = {
'uploadStop'() { 'uploadStop'() {
if (this.ftp) { if (this.ftp) {
this.ftp.destroy(); this.ftp.destroy();
this.ftp = null;
} }
} }
}, },