Skip to content

Commit

Permalink
dispose fsi at the end of a scripting session
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo committed Jan 3, 2020
1 parent e69e4f1 commit f53247d
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.Dispose()

0 comments on commit f53247d

Please sign in to comment.