Skip to content

Commit

Permalink
fix protocol log line grammer (#2234)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 committed Feb 26, 2021
1 parent a2ce429 commit b3176a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ✅");
Expand Down

0 comments on commit b3176a6

Please sign in to comment.