put private back

This commit is contained in:
Kurt Hutten Irev-Dev
2024-08-16 11:42:29 +10:00
parent 6c387bdf62
commit d311b978ca

View File

@ -166,7 +166,7 @@ interface RawProgramMemory {
* in the future. * in the future.
*/ */
export class ProgramMemory { export class ProgramMemory {
environments: Environment[] private environments: Environment[]
private currentEnv: EnvironmentRef private currentEnv: EnvironmentRef
private return: KclValue | null private return: KclValue | null