File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ private void AskLaunchWithOldCPUSimulator() {
385
385
throw new InvalidModificationException ( "The Modification failed to launch with Old CPU Simulator." ) ;
386
386
}
387
387
388
- private async Task < StringBuilder > GetHTDOCSFilePath ( string url ) {
388
+ private async Task < StringBuilder > GetHTDOCSFilePathAsync ( string url ) {
389
389
Uri requestUri = await DownloadAsync ( GetValidatedURL ( url ) ) . ConfigureAwait ( true ) ;
390
390
391
391
StringBuilder htdocsFilePath = new StringBuilder ( HTDOCS ) ;
@@ -1447,7 +1447,7 @@ await ImportActiveXAsync(delegate (string text) {
1447
1447
1448
1448
if ( templateElement . Mode . Name == ModeElement . NAME . SOFTWARE ) {
1449
1449
try {
1450
- string htdocsFilePath = ( await GetHTDOCSFilePath ( URL ) . ConfigureAwait ( true ) ) . ToString ( ) ;
1450
+ string htdocsFilePath = ( await GetHTDOCSFilePathAsync ( URL ) . ConfigureAwait ( true ) ) . ToString ( ) ;
1451
1451
1452
1452
try {
1453
1453
htdocsFile = Path . GetFileName ( htdocsFilePath ) ;
You can’t perform that action at this time.
0 commit comments