Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 5, 2024
1 parent 9078e65 commit ff2cb43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fsxc/Fsxc.fs
Original file line number Diff line number Diff line change
Expand Up @@ -606,9 +606,10 @@ let fsi = { CommandLineArgs = System.Environment.GetCommandLineArgs() }
File.WriteAllText(initFile.FullName, initialFileContent)

seq {

// for !LEGACY_FRAMEWORK, this init file will be added to the fsproj file
#if LEGACY_FRAMEWORK
yield CompilerInput.SourceFile initFile

#endif
let startCommentInFSharp = "// "

for maybeDep in contents do
Expand Down

0 comments on commit ff2cb43

Please sign in to comment.