Skip to content

Commit

Permalink
Adding debug log of scene manifest directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Jan 8, 2024
1 parent a9bb9c3 commit ff90c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DCL_PiXYZ/PXZEntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ static async Task Main(string[] args)

private static void GenerateSceneManifest(string sceneManifestProjectDirectory, string coords)
{
Console.WriteLine("Scene manifest directory " + sceneManifestProjectDirectory);
DoNPMInstall(sceneManifestProjectDirectory);
RunNPMTool(sceneManifestProjectDirectory, coords);
}
Expand Down

0 comments on commit ff90c9b

Please sign in to comment.