Skip to content

Commit 8680701

Browse files
committed
Update CompileOps.fs
1 parent ef73234 commit 8680701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/CompileOps.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4260,7 +4260,7 @@ type TcImports(tcConfigP:TcConfigProvider, initialResolutions:TcAssemblyResoluti
42604260

42614261
if tcImports.IsAlreadyRegistered ilShortAssemName then
42624262
let dllinfo = tcImports.FindDllInfo(m,ilShortAssemName)
4263-
let phase2() = [tcImports.FindCcuInfo(m,ilShortAssemName,lookupOnly=true)]
4263+
let phase2() = [tcImports.FindCcuInfo(m,ilShortAssemName,lookupOnly=true)]
42644264
dllinfo,phase2
42654265
else
42664266
let dllinfo = {RawMetadata=assemblyData

0 commit comments

Comments
 (0)