feat(frontend/lean/server.cpp): add "-- BEGININFO" header
This commit is contained in:
parent
7d0c0818e5
commit
0ca0ccb77d
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ void server::show_info(unsigned linenum) {
|
|||
options const & o = i == 0 ? m_options : m_file->m_snapshots[i-1].m_options;
|
||||
m_ios.set_options(o);
|
||||
io_state_stream out(env, m_ios);
|
||||
out << "-- BEGININFO" << endl;
|
||||
m_file->m_info.display(out, linenum);
|
||||
out << "-- ENDINFO" << endl;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue