Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 29b418d

Browse files
Remove unintentional Parent
1 parent 548c4fd commit 29b418d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Platform/DefaultEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public NPath NodeJsExecutablePath
143143
if (!nodeJsExecutablePath.IsInitialized)
144144
{
145145
nodeJsExecutablePath = IsWindows
146-
? UnityApplicationContents.Parent.Combine("Tools", "nodejs", "node.exe")
146+
? UnityApplicationContents.Combine("Tools", "nodejs", "node.exe")
147147
: UnityApplicationContents.Combine("Tools", "nodejs", "node");
148148
}
149149

0 commit comments

Comments
 (0)