Browse Source

Fixed batch bug

production
pb 2 years ago
parent
commit
355d4cf7c2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      index.js

+ 1
- 0
index.js View File

elevatedpulltasks = function() { elevatedpulltasks = function() {
var eBatch = [] var eBatch = []
def.elevated.map((def) => getPullTask(def, null, null, null, eBatch)) def.elevated.map((def) => getPullTask(def, null, null, null, eBatch))
eBatch[0].processedArgs = processedArgs
return shell_verse.runElevatedBatch(eBatch).then(() => { return shell_verse.runElevatedBatch(eBatch).then(() => {
return true; return true;
}).catch((e) => { }).catch((e) => {

Loading…
Cancel
Save