Skip to content

Commit 3d651a8

Browse files
authored
fixes issue #2060 introduced in 5fcad29 that breaks the evaluation of values when watcher.fsx is used (#2061)
1 parent ea81036 commit 3d651a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/watcher/watcher.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ fsi.AddPrinter (fun (_: obj) ->
213213
}
214214
|> Async.Start
215215

216-
"")
216+
null)

0 commit comments

Comments
 (0)