This commit is contained in:
veetaha
2020-04-23 02:00:56 +03:00
parent 3f1f3a835a
commit a3a8d10191
+1 -1
View File
@@ -152,7 +152,7 @@ pub fn new(
Ok(it) => it,
Err(err) => {
log::error!(
"Fail to run ra_proc_macro_srv from path {}, error: {:?}",
"Failed to run ra_proc_macro_srv from path {}, error: {:?}",
path,
err
);