1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-29 04:07:37 +02:00

dont read line at end of publisher script

This commit is contained in:
Kyle Spearrin 2017-02-04 21:53:56 -05:00
parent c31e191d7e
commit 8ae95c4e30

View File

@ -55,9 +55,9 @@ namespace Bit.Publisher
{
Console.WriteLine("ERROR: " + e.Message);
}
}
Console.ReadLine();
throw;
}
}
private async Task Run()