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:
parent
352b05ac6d
commit
eae970d8da
@ -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", () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user