Skip to content

Commit

Permalink
Informing the user that a headless doc will be created for every call
Browse files Browse the repository at this point in the history
  • Loading branch information
spigach-tt committed Jan 9, 2025
1 parent a00552f commit 03bb178
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/compute.geometry/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ static void Main(string[] args)

RhinoInside.Resolver.LoadRhino();
LogVersions();

if (Config.CreateHeadlessDoc)
Log.Information("Compute to use headless Rhino documents");

var host = Host.CreateDefaultBuilder(args)
.ConfigureWebHostDefaults(webBuilder =>
{
Expand Down

0 comments on commit 03bb178

Please sign in to comment.