Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
dispose fsi at the end of a scripting session (dotnet#8084)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo authored and nosami committed Feb 22, 2021
1 parent 2806f1f commit 975292a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ type FSharpScript(?captureInput: bool, ?captureOutput: bool, ?additionalArgs: st
stdin.Dispose()
stdout.Dispose()
stderr.Dispose()
(fsi :> IDisposable).Dispose()

0 comments on commit 975292a

Please sign in to comment.