1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

And log entry about shell sync

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2021-01-14 22:01:45 +02:00
parent 352b05ac6d
commit eae970d8da

View File

@ -63,6 +63,7 @@ if (process.env.LENS_DISABLE_GPU) {
app.on("ready", async () => {
logger.info(`🚀 Starting Lens from "${workingDir}"`);
logger.info("🐚 Syncing shell environment");
await shellSync();
powerMonitor.on("shutdown", () => {