Skip to content

Commit a3f58f6

Browse files
committed
environment added as class for serialized environments
1 parent 6521c26 commit a3f58f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EnvironmentWatcher.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ RC2::EnvironmentWatcher::setEnvironmentData ( RObject& robj, json& jobj )
360360
valueToJson(varName, childVal, cobj, true);
361361
childArray.push_back(cobj);
362362
}
363+
jobj[kClass] = "environment";
363364
jobj[kValue] = childArray;
364365
}
365366

0 commit comments

Comments
 (0)