From 3d651a89918ea05b35d4da1d8807e2479c6e1054 Mon Sep 17 00:00:00 2001 From: Michael Ingold Date: Wed, 12 Feb 2025 15:20:20 +0100 Subject: [PATCH] fixes issue #2060 introduced in 5fcad29 that breaks the evaluation of values when watcher.fsx is used (#2061) --- release/watcher/watcher.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/watcher/watcher.fsx b/release/watcher/watcher.fsx index edb5424c..496a45d5 100644 --- a/release/watcher/watcher.fsx +++ b/release/watcher/watcher.fsx @@ -213,4 +213,4 @@ fsi.AddPrinter (fun (_: obj) -> } |> Async.Start - "") + null)