Skip to content

Commit

Permalink
Remove -pd when bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
csmager committed Oct 26, 2017
1 parent 0c16729 commit 89ab98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Target.Create "BootstrapTest" (fun _ ->
{ info with
FileName = "build/FAKE.exe"
WorkingDirectory = "."
Arguments = sprintf "%s %s --fsiargs \"--define:BOOTSTRAP\" -pd" script target }
Arguments = sprintf "%s %s --fsiargs \"--define:BOOTSTRAP\"" script target }
|> Process.setEnvironmentVariable "FAKE_DETAILED_ERRORS" "true"
) span

Expand Down

0 comments on commit 89ab98d

Please sign in to comment.