1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2020-10-26 08:21:44 -04:00
parent 8b36349951
commit 3effb307fe

View File

@ -253,7 +253,7 @@ export function buildMenu(windowManager: WindowManager) {
menu = menuItem.submenu;
}
let menuPath: string = parentLabels.join(" -> ")
const menuPath: string = parentLabels.join(" -> ")
if (!menuItem) {
logger.info(`[MENU:test-menu-item-click] Cannot find menu item ${menuPath}`);
return;