We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed99183 commit fc209a0Copy full SHA for fc209a0
1 file changed
wolframclient/evaluation/kernel/initkernel.m
@@ -141,7 +141,7 @@ no matter the total size (tested with 80MB) *)
141
ClientLibrary`debug["Evaluating a new expression."];
142
expr = EvaluationData[BinaryDeserialize[data]];
143
(* Produce inline InputForm string messages. *)
144
- expr = Append[
+ AssociateTo[
145
expr, {
146
"Result" -> BinarySerialize[expr["Result"]],
147
"MessagesText" -> Map[
0 commit comments