Never interrupt during upload

This commit is contained in:
Bryan Ashby 2019-01-09 20:06:55 -07:00
parent c9af0edef8
commit 83c57926d3
2 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,8 @@ exports.getModule = class UploadModule extends MenuModule {
constructor(options) {
super(options);
this.interrupt = MenuModule.InterruptTypes.Never;
if(_.has(options, 'lastMenuResult.recvFilePaths')) {
this.recvFilePaths = options.lastMenuResult.recvFilePaths;
}

View File

@ -3440,6 +3440,7 @@
desc: Uploading
module: upload
config: {
interrupt: never
art: {
options: ULOPTS
fileDetails: ULDETAIL