Skip to content
Snippets Groups Projects
Commit 70751106 authored by chris's avatar chris
Browse files

disaply error msg on service

parent 04d32998
No related branches found
No related tags found
1 merge request!430Hhmi issues
......@@ -44,8 +44,9 @@ class MenuService extends Service {
}
tools.push(tl);
} catch (error) {
const service = tool.name ? tool.name : tool;
throw Error(
`Could not load Service ${tool.name}. Please configure service through config`,
`Could not load Service ${service}. Please configure service through config`,
);
}
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment