Don't show output when there is an error. Force extension update.

This commit is contained in:
Jacob Dufault 2017-06-08 23:26:04 -07:00
parent 3358e6afd3
commit 1fc2d2756e

View File

@ -43,7 +43,7 @@ namespace {
std::vector<std::string> kEmptyArgs;
// Expected client version. We show an error if this doesn't match.
const int kExpectedClientVersion = 1;
const int kExpectedClientVersion = 2;