Skip to content

Commit

Permalink
Fix error message of TeX file resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
efoerster committed May 26, 2019
1 parent c058b5d commit 2b53f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ impl<C: LspClient + Send + Sync> jsonrpc::EventHandler for LatexLspServer<C> {
typ: MessageType::Error,
};

self.client.show_message(params);
await!(self.client.show_message(params));
}
};
}
Expand Down

0 comments on commit 2b53f85

Please sign in to comment.