mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 02:03:49 +00:00
dont read line at end of publisher script
This commit is contained in:
@@ -55,9 +55,9 @@ namespace Bit.Publisher
|
|||||||
{
|
{
|
||||||
Console.WriteLine("ERROR: " + e.Message);
|
Console.WriteLine("ERROR: " + e.Message);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
Console.ReadLine();
|
throw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task Run()
|
private async Task Run()
|
||||||
|
|||||||
Reference in New Issue
Block a user