Skip to content

Commit

Permalink
[*] diagnostics added: fsc command line
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaAI committed Sep 15, 2015
1 parent ad967d5 commit 83ee081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AnFake/Scripting/FSharpFscEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ private static void DoCompile(PseudoProject fsproj)
args.Add(reference.Path.Spec);
}

Log.DebugFormat("FSC: {0}", String.Join(" ", args));

var scs = new SimpleSourceCodeServices();
var ret = scs.Compile(args.ToArray());

Expand Down

0 comments on commit 83ee081

Please sign in to comment.