Fix app context
This commit is contained in:
parent
6d601f85cd
commit
01127d651e
@ -24,7 +24,7 @@ export class ApplicationContext
|
||||
{
|
||||
if (this.variables.has(type))
|
||||
{
|
||||
return this.variables.get(type)?.getTail()?.getValue();
|
||||
return this.variables.get(type)?.getTail();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user