samuel před 1 rokem
rodič
revize
2739ffa401
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      index.js

+ 2
- 1
index.js Zobrazit soubor

@@ -2332,7 +2332,7 @@ shell_verse.acquireElevationState().then((isElevated) => {
interpret() {
var interpreted = {}
// Non custom command has universal positiona args.
interpreted.instanceName = processedArgs._[1] ? processedArgs._[1] : null;
processedArgs._[1] ? interpreted.instanceName = processedArgs._[1] : null;
interpreted.runchoice = processedArgs._[0] || selectedinstance.runchoice;
// return clioverrides
// cmds[cmd] = {
@@ -3533,6 +3533,7 @@ shell_verse.acquireElevationState().then((isElevated) => {
elevatedpulltasks = function() {
var eBatch = []
def.elevated.map((def) => getPullTask(def, null, null, null, eBatch))
if(eBatch.length<1) return Promise.resolve(true);
eBatch[0].processedArgs = processedArgs
return shell_verse.runElevatedBatch(eBatch).then(() => {
return true;

Načítá se…
Zrušit
Uložit