mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix protocol log line grammer (#2234)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
a2ce429f22
commit
b3176a6fc4
@ -38,7 +38,7 @@ let windowManager: WindowManager;
|
||||
|
||||
app.setName(appName);
|
||||
|
||||
logger.info("📟 Setting as Lens as protocol client for lens://");
|
||||
logger.info("📟 Setting Lens as protocol client for lens://");
|
||||
|
||||
if (app.setAsDefaultProtocolClient("lens")) {
|
||||
logger.info("📟 succeeded ✅");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user