From eae970d8dab21cbbd2260e3929d170650e180e7e Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Thu, 14 Jan 2021 22:01:45 +0200 Subject: [PATCH] And log entry about shell sync Signed-off-by: Lauri Nevala --- src/main/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/index.ts b/src/main/index.ts index cbe57a27d1..edd1f2087a 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -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", () => {