mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +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.ReadLine();
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
private async Task Run()
|
||||
|
Loading…
Reference in New Issue
Block a user