Skip to content

Commit

Permalink
WIP1
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 4, 2024
1 parent ea8e758 commit d05dd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsxc/Fsxc.fs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ module FsxScript
type FsiStub =
{ CommandLineArgs: array<string> }
let fsi = { CommandLineArgs = System.Environment.GetCommandLineArgs() }
let fsx = { CommandLineArgs = System.Environment.GetCommandLineArgs() }
"""

Expand Down

0 comments on commit d05dd53

Please sign in to comment.