Sfoglia il codice sorgente

Fixed batch bug

master
pb 2 anni fa
parent
commit
355d4cf7c2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      index.js

+ 1
- 0
index.js Vedi File

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

Loading…
Annulla
Salva