Selaa lähdekoodia

otherremotes

master
pb 2 vuotta sitten
vanhempi
commit
18861c2529
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4
    1
      index.js

+ 4
- 1
index.js Näytä tiedosto

@@ -4141,7 +4141,10 @@ var getInteractionPoints = function(detectedinstanceoptions, possiblePrompts, pr
instances.push(instance)
instanceTypes.push(instance.node_env)
instanceNames.push(instance.instanceName)
Array.prototype.push.apply(remotes, Object.keys(instance.reposerverinstances[instance.reposerver].remotes))
var otherremotes = instance?.reposerverinstances
if(otherremotes) otherremotes = otherremotes[instance?.reposerver]?.remotes
otherremotes = otherremotes || {}
Array.prototype.push.apply(remotes, Object.keys(otherremotes))
})
})
instances = instances.concat(detectedinstanceoptions)

Loading…
Peruuta
Tallenna