mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
lint
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
8b36349951
commit
3effb307fe
@ -253,7 +253,7 @@ export function buildMenu(windowManager: WindowManager) {
|
|||||||
menu = menuItem.submenu;
|
menu = menuItem.submenu;
|
||||||
}
|
}
|
||||||
|
|
||||||
let menuPath: string = parentLabels.join(" -> ")
|
const menuPath: string = parentLabels.join(" -> ")
|
||||||
if (!menuItem) {
|
if (!menuItem) {
|
||||||
logger.info(`[MENU:test-menu-item-click] Cannot find menu item ${menuPath}`);
|
logger.info(`[MENU:test-menu-item-click] Cannot find menu item ${menuPath}`);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user