mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Corret typos in logger.info
Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
parent
6079235fb6
commit
8dfe991adc
@ -14,6 +14,6 @@ export const reload = async () => {
|
|||||||
hardResetMethod: "exit"
|
hardResetMethod: "exit"
|
||||||
});
|
});
|
||||||
|
|
||||||
logger.info(`🔍 electron-reloadelectron-reload watching for main.js change......"`);
|
logger.info(`🔍 electron-reload watching for main.js change...`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user