mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-17 01:21:25 +01:00
dont read line at end of publisher script
This commit is contained in:
parent
c31e191d7e
commit
8ae95c4e30
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user