mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Don't show output when there is an error. Force extension update.
This commit is contained in:
parent
3358e6afd3
commit
1fc2d2756e
@ -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;
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user