aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/quickSwitch/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/quickSwitch/index.ts')
-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');