Skip to content

Commit 564ec7b

Browse files
committed
Added forgotten debug helper
1 parent 32bcfa9 commit 564ec7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ElectronNET.API/Runtime/StartupManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public void Initialize()
2626
this.SetElectronExecutable();
2727

2828
ElectronNetRuntime.StartupMethod = this.DetectAppTypeAndStartup();
29+
Console.WriteLine((string)("Evaluated StartupMethod: " + ElectronNetRuntime.StartupMethod));
2930

3031
if (ElectronNetRuntime.DotnetAppType != DotnetAppType.AspNetCoreApp)
3132
{

0 commit comments

Comments
 (0)