Skip to content

Commit

Permalink
ADD: console writing path file is executing
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Sep 29, 2024
1 parent 258d1cd commit 98804f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CsRhino/ScriptSyncStart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public void Run()
{
try
{
RhinoApp.WriteLine("ScriptSync Running: " + scriptPath);
RhinoApp.RunScript("_-ScriptEditor Run " + scriptPath, true);
}
catch (Exception e)
Expand Down

0 comments on commit 98804f4

Please sign in to comment.