1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 20:24:01 +00:00

PM-21845: Add missed comments

This commit is contained in:
Colton Hurst
2025-05-29 11:18:58 -04:00
parent 67e7641dea
commit b8df2e314b

View File

@@ -3,7 +3,7 @@ import * as path from "path";
import { app } from "electron";
import { autotype } from "@bitwarden/desktop-napi"
import { autotype } from "@bitwarden/desktop-napi";
if (
process.platform === "darwin" &&
@@ -42,8 +42,10 @@ if (
// eslint-disable-next-line
const Main = require("./main").Main;
let r = autotype.registerHotkey();
const r = autotype.registerHotkey();
// eslint-disable-next-line no-console
console.log("registerHotkey(): ");
// eslint-disable-next-line no-console
console.log(r);
const main = new Main();