Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 5, 2024
1 parent 3fa9d47 commit 9a96fd4
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 @@ -582,7 +582,7 @@ module Program =

let initialFileContent =
"""[<AutoOpen>]
module FsxScript
module FsxScriptInit
type FsiStub = { CommandLineArgs: array<string> }
let fsi = { CommandLineArgs = System.Environment.GetCommandLineArgs() }
"""
Expand All @@ -599,7 +599,8 @@ let fsi = { CommandLineArgs = System.Environment.GetCommandLineArgs() }

File.WriteAllText(
autogeneratedFile.FullName,
String.Empty
""""module FsxScript
"""
)

File.WriteAllText(
Expand Down

0 comments on commit 9a96fd4

Please sign in to comment.