We have changed a few functions in the print API (cm.std.print) so that you need to explicitly provide the "correct" world. "Correct" world, in this case, means the world that the function in question wants to operate on. In many cases, we used to rely on session.mainWorld(..)
. Usually, this works fine but it is more robust to provide the correct world if we have data that refers to it. For instance, you may use methods found in Session
, such as worldFromWindow(..)
or worldFromAppWindow(..)
.