aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/infrastructure/electron/impl/lockWebContentsToFile.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/src/infrastructure/electron/impl/lockWebContentsToFile.ts')
-rw-r--r--packages/main/src/infrastructure/electron/impl/lockWebContentsToFile.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/infrastructure/electron/impl/lockWebContentsToFile.ts b/packages/main/src/infrastructure/electron/impl/lockWebContentsToFile.ts
index 48b1bf0..8d557c4 100644
--- a/packages/main/src/infrastructure/electron/impl/lockWebContentsToFile.ts
+++ b/packages/main/src/infrastructure/electron/impl/lockWebContentsToFile.ts
@@ -20,7 +20,7 @@
20 20
21import type { WebContents } from 'electron'; 21import type { WebContents } from 'electron';
22 22
23import { getLogger } from '../../../utils/log'; 23import getLogger from '../../../utils/getLogger';
24import type Resources from '../../resources/Resources'; 24import type Resources from '../../resources/Resources';
25 25
26const log = getLogger('lockWebContentsToFile'); 26const log = getLogger('lockWebContentsToFile');