We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0feab commit 6d60e07Copy full SHA for 6d60e07
1 file changed
FlashpointSecurePlayer/FlashpointSecurePlayerGUI.cs
@@ -1425,7 +1425,7 @@ await ImportActiveXAsync(delegate (string text) {
1425
1426
if (templateElement.Mode.Name == ModeElement.NAME.SOFTWARE) {
1427
try {
1428
- string htdocsFilePath = (await GetHTDOCSFilePath(URL)).ToString();
+ string htdocsFilePath = (await GetHTDOCSFilePath(URL).ConfigureAwait(true)).ToString();
1429
1430
1431
htdocsFile = Path.GetFileName(htdocsFilePath);
0 commit comments