fix(frontends/lean): add hack for flycheck
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
288831dc66
commit
4b604521a0
1 changed files with 1 additions and 1 deletions
|
@ -1257,7 +1257,7 @@ public:
|
|||
if (!prev || p.first != prev->first) {
|
||||
auto out = regular(m_env, m_ios);
|
||||
flyinfo_scope info(out);
|
||||
out << m_pos_provider->get_file_name() << ":" << p.first.first << ":" << p.first.second
|
||||
out << m_pos_provider->get_file_name() << ":" << p.first.first << ":" << p.first.second+1
|
||||
<< ": type\n" << p.second << endl;
|
||||
prev = p;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue