mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: fix vls error unexpected token U in JSON (#17709)
This commit is contained in:
parent
17fe76368a
commit
e7996a0792
@ -433,7 +433,7 @@ fn (upd VlsUpdater) check_installation() {
|
|||||||
if upd.ls_path.len == 0 {
|
if upd.ls_path.len == 0 {
|
||||||
upd.log('Language server is not installed')
|
upd.log('Language server is not installed')
|
||||||
} else {
|
} else {
|
||||||
upd.log('Language server is installed at: ${upd.ls_path}')
|
upd.log('Language server is installed at: ${upd.ls_path}'.split(r'\').join(r'\\'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user