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", () => {