Skip to content

Commit 6d60e07

Browse files
committed
add configure await
1 parent ab0feab commit 6d60e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlashpointSecurePlayer/FlashpointSecurePlayerGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ await ImportActiveXAsync(delegate (string text) {
14251425

14261426
if (templateElement.Mode.Name == ModeElement.NAME.SOFTWARE) {
14271427
try {
1428-
string htdocsFilePath = (await GetHTDOCSFilePath(URL)).ToString();
1428+
string htdocsFilePath = (await GetHTDOCSFilePath(URL).ConfigureAwait(true)).ToString();
14291429

14301430
try {
14311431
htdocsFile = Path.GetFileName(htdocsFilePath);

0 commit comments

Comments
 (0)