diff --git a/fsxc/Fsxc.fs b/fsxc/Fsxc.fs index 5d2c2b4..d81e9b4 100644 --- a/fsxc/Fsxc.fs +++ b/fsxc/Fsxc.fs @@ -582,7 +582,7 @@ module Program = let initialFileContent = """[] -module FsxScript +module FsxScriptInit type FsiStub = { CommandLineArgs: array } let fsi = { CommandLineArgs = System.Environment.GetCommandLineArgs() } """ @@ -599,7 +599,8 @@ let fsi = { CommandLineArgs = System.Environment.GetCommandLineArgs() } File.WriteAllText( autogeneratedFile.FullName, - String.Empty + """"module FsxScript +""" ) File.WriteAllText(