Skip to content

Commit d070862

Browse files
committed
fix mistake from integration
1 parent 450cc7f commit d070862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/vs/IncrementalBuild.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ module internal IncrementalFSharpBuild =
13881388
tcConfig,tcAcc.tcImports,
13891389
tcAcc.tcGlobals,
13901390
None,
1391-
NameResolution.TcResultsSink.NoSink,
1391+
TcResultsSink.WithSink sink,
13921392
tcAcc.tcState,input)
13931393

13941394
/// Only keep the typed interface files when doing a "full" build for fsc.exe, otherwise just throw them away

0 commit comments

Comments
 (0)