Skip to content

Commit

Permalink
Respond to PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt committed Feb 22, 2020
1 parent f3ec07c commit e200bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private ClientConfigPaths(string exePath, bool includeUserConfig)
// Try to find the native entry point.
using (Process currentProcess = Process.GetCurrentProcess())
{
ApplicationUri = currentProcess.MainModule.FileName;
ApplicationUri = currentProcess.MainModule?.FileName;
}
}
}
Expand Down

0 comments on commit e200bea

Please sign in to comment.