We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69e4f1 commit 73dff8dCopy full SHA for 73dff8d
src/fsharp/FSharp.Compiler.Private.Scripting/FSharpScript.fs
@@ -83,3 +83,4 @@ type FSharpScript(?captureInput: bool, ?captureOutput: bool, ?additionalArgs: st
83
stdin.Dispose()
84
stdout.Dispose()
85
stderr.Dispose()
86
+ (fsi :> IDisposable).Dispose()
0 commit comments