Skip to content

Commit

Permalink
dispose fsi at the end of a scripting session (#8084)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo authored Jan 4, 2020
1 parent e69e4f1 commit 0600685
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 0600685

Please sign in to comment.