Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2022-09-15 03:40:52 +0300
committerGitHub <noreply@github.com>2022-09-15 03:40:52 +0300
commitbd129b49ae1b63c1b1cf20ba37d62de21d44fbc0 (patch)
treef498cdb788f007ef63522c191a87c54e6adf4718
parent7579e905b5f174da9fc9a18918324183b1fff8a3 (diff)
Update src/Components/WebAssembly/Server/src/DebugProxyLauncher.cstaparik/debugProxyLauncherErrorLogging
-rw-r--r--src/Components/WebAssembly/Server/src/DebugProxyLauncher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/WebAssembly/Server/src/DebugProxyLauncher.cs b/src/Components/WebAssembly/Server/src/DebugProxyLauncher.cs
index 27c868e8c4..5ab6bf1f6a 100644
--- a/src/Components/WebAssembly/Server/src/DebugProxyLauncher.cs
+++ b/src/Components/WebAssembly/Server/src/DebugProxyLauncher.cs
@@ -164,7 +164,7 @@ internal static class DebugProxyLauncher
if (!errorEncountered)
{
taskCompletionSource.TrySetException(new InvalidOperationException(
- "No output has been received from the application."));
+ "Expected output has not been received from the application."));
}
return;
}