Skip to content

Commit 3cacd12

Browse files
committed
undo #463
1 parent 8f5f416 commit 3cacd12

File tree

1 file changed

+0
-2
lines changed
  • typescript/packages/common-runner/src

1 file changed

+0
-2
lines changed

typescript/packages/common-runner/src/runner.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ function instantiateJavaScriptNode(
346346
}
347347

348348
const inputsCell = getDoc(eventInputs, cause);
349-
inputsCell.ephemeral = true;
350349
inputsCell.freeze(); // Freezes the bindings, not aliased cells.
351350

352351
const frame = pushFrameFromCause(cause, {
@@ -375,7 +374,6 @@ function instantiateJavaScriptNode(
375374
// Schedule the action to run when the inputs change
376375

377376
const inputsCell = getDoc(inputs);
378-
inputsCell.ephemeral = true;
379377
inputsCell.freeze(); // Freezes the bindings, not aliased cells.
380378

381379
let resultCell: DocImpl<any> | undefined;

0 commit comments

Comments
 (0)