aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-25 08:16:50 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-25 08:17:10 +0530
commitcf282aa351cbc58691fb1b2fb4764830247cdbe8 (patch)
tree1a6ac4c9abd8b3de9d358016a5065da86cdd8510 /src/webview
parent6.0.1-nightly.3 [skip ci] (diff)
downloadferdium-app-cf282aa351cbc58691fb1b2fb4764830247cdbe8.tar.gz
ferdium-app-cf282aa351cbc58691fb1b2fb4764830247cdbe8.tar.zst
ferdium-app-cf282aa351cbc58691fb1b2fb4764830247cdbe8.zip
eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3
Diffstat (limited to 'src/webview')
-rw-r--r--src/webview/dialogTitle.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/webview/dialogTitle.ts b/src/webview/dialogTitle.ts
index 67b4e5b6b..14676100c 100644
--- a/src/webview/dialogTitle.ts
+++ b/src/webview/dialogTitle.ts
@@ -1,6 +1,8 @@
1import { ipcRenderer } from 'electron'; 1import { ipcRenderer } from 'electron';
2 2
3const debug = require('../preload-safe-debug')('Ferdium:Plugin:DialogTitleHandler'); 3const debug = require('../preload-safe-debug')(
4 'Ferdium:Plugin:DialogTitleHandler',
5);
4 6
5export default class DialogTitleHandler { 7export default class DialogTitleHandler {
6 titleCache: { title: string }; 8 titleCache: { title: string };