Skip to content

Commit fc209a0

Browse files
author
Dorian Birraux
committed
Use in place update.
1 parent ed99183 commit fc209a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolframclient/evaluation/kernel/initkernel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ no matter the total size (tested with 80MB) *)
141141
ClientLibrary`debug["Evaluating a new expression."];
142142
expr = EvaluationData[BinaryDeserialize[data]];
143143
(* Produce inline InputForm string messages. *)
144-
expr = Append[
144+
AssociateTo[
145145
expr, {
146146
"Result" -> BinarySerialize[expr["Result"]],
147147
"MessagesText" -> Map[

0 commit comments

Comments
 (0)