fix labled expressions

This commit is contained in:
Aleksey Kladov 2018-09-08 09:18:42 +03:00
parent 127814d9a7
commit 44334f6f56
9 changed files with 313 additions and 14 deletions

View file

@ -11,7 +11,8 @@ use gen_lsp_server::{run_server, stdio_transport};
use m::Result;
fn main() -> Result<()> {
Logger::with_env_or_str("m=error")
::std::env::set_var("RUST_BACKTRACE", "short");
Logger::with_env_or_str("error")
.duplicate_to_stderr(Duplicate::All)
.log_to_file()
.directory("log")