mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
dont read line at end of publisher script
This commit is contained in:
parent
c31e191d7e
commit
8ae95c4e30
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@ namespace Bit.Publisher
|
|||
{
|
||||
Console.WriteLine("ERROR: " + e.Message);
|
||||
}
|
||||
}
|
||||
|
||||
Console.ReadLine();
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
private async Task Run()
|
||||
|
|
Loading…
Reference in a new issue