bugfix.
This commit is contained in:
parent
e2d638cb8c
commit
46b65e4f9c
@ -98,7 +98,6 @@ module.exports = {
|
|||||||
'uploadStop'() {
|
'uploadStop'() {
|
||||||
if (this.ftp) {
|
if (this.ftp) {
|
||||||
this.ftp.destroy();
|
this.ftp.destroy();
|
||||||
this.ftp = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user