aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/quickSwitch
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/features/quickSwitch
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/features/quickSwitch')
-rw-r--r--src/features/quickSwitch/index.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/features/quickSwitch/index.ts b/src/features/quickSwitch/index.ts
index 9d53d0b2f..e6ee66e16 100644
--- a/src/features/quickSwitch/index.ts
+++ b/src/features/quickSwitch/index.ts
@@ -3,7 +3,9 @@ import { state as ModalState } from './store';
3export { default as Component } from './Component'; 3export { default as Component } from './Component';
4const state = ModalState; 4const state = ModalState;
5 5
6const debug = require('../../preload-safe-debug')('Ferdium:feature:quickSwitch'); 6const debug = require('../../preload-safe-debug')(
7 'Ferdium:feature:quickSwitch',
8);
7 9
8export default function initialize() { 10export default function initialize() {
9 debug('Initialize quickSwitch feature'); 11 debug('Initialize quickSwitch feature');