Update threads.js

snap8
Jens Mönig 2022-08-03 14:40:33 +02:00
rodzic 8855767072
commit 72e15d1073
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -5728,6 +5728,9 @@ Process.prototype.reportBasicAttributeOf = function (attribute, name) {
return thatObj.yBottom();
}
}
if (isString(attribute)) {
return thatObj.outerContext.variables.getVar(attribute);
}
if (this.inputOption(attribute) === 'variables') {
return new List((thatObj instanceof Context ?
thatObj.outerContext