diff --git a/src/threads.js b/src/threads.js index 6438e1e5..6d5af554 100644 --- a/src/threads.js +++ b/src/threads.js @@ -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