mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
put responses around quotes
This commit is contained in:
parent
2e8cb16ad4
commit
f3dd87db04
@ -39,7 +39,7 @@
|
||||
// the response body should always be "version-012732894899482c".
|
||||
string content = await response.Content.ReadAsStringAsync(token);
|
||||
if (content != VersionStudioHash)
|
||||
throw new Exception($"versionStudio response does not match (expected {VersionStudioHash}, got {content})");
|
||||
throw new Exception($"versionStudio response does not match (expected \"{VersionStudioHash}\", got \"{content}\")");
|
||||
}
|
||||
catch (TaskCanceledException)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user