Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Files.App/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private static void Main()
WinRT.ComWrappersSupport.InitializeComWrappers();

// We are about to do the first WinRT server call, in case the WinRT server is hanging
// we need to kill the server if there is no other Files instances already running
// we need to kill the server if there are no other Files instances already running

static bool ProcessPathPredicate(Process p)
{
Expand Down Expand Up @@ -95,7 +95,7 @@ static bool ProcessPathPredicate(Process p)
}

// NOTE:
// This has been commentted out since out-of-proc WinRT server seems not to support elevetion.
// This has been commented out since out-of-proc WinRT server seems not to support elevetion.
// For more info, see the GitHub issue (#15384).
// Now we can do the first WinRT server call
//Server.AppInstanceMonitor.StartMonitor(Environment.ProcessId);
Expand Down