Skip to content

Commit 2390ba7

Browse files
committed
Removed misleading comment
1 parent 564ec7b commit 2390ba7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ElectronNET.API/Runtime/Helpers/UnpackagedDetector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public static bool CheckIsUnpackaged()
7171
return false;
7272
}
7373

74-
// Faster: Direct path check instead of directory enumeration
7574
if (Directory.Exists(Path.Combine(baseDir, ".electron")))
7675
{
7776
return true;

0 commit comments

Comments
 (0)