1
0
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:
Hung-Han (Henry) Chen 2020-12-04 20:17:05 +08:00
parent 6079235fb6
commit 8dfe991adc
No known key found for this signature in database
GPG Key ID: A28B7834EFA73792

View File

@ -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...`);
} }
}; };