mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-05-14 20:24:42 -07:00
oops forgot to remove my test code
This commit is contained in:
parent
034a513650
commit
35253145cc
@ -1351,9 +1351,6 @@ namespace Bloxstrap
|
|||||||
await using var stream = await response.Content.ReadAsStreamAsync(_cancelTokenSource.Token);
|
await using var stream = await response.Content.ReadAsStreamAsync(_cancelTokenSource.Token);
|
||||||
await using var fileStream = new FileStream(packageLocation, FileMode.CreateNew, FileAccess.ReadWrite, FileShare.Delete);
|
await using var fileStream = new FileStream(packageLocation, FileMode.CreateNew, FileAccess.ReadWrite, FileShare.Delete);
|
||||||
|
|
||||||
if (packageUrl.StartsWith("https://"))
|
|
||||||
throw new Exception("The decryption operation failed");
|
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
if (_cancelFired)
|
if (_cancelFired)
|
||||||
|
Loading…
Reference in New Issue
Block a user