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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/quickSwitch/index.ts b/src/features/quickSwitch/index.ts
index 9d584dc62..9d53d0b2f 100644
--- a/src/features/quickSwitch/index.ts
+++ b/src/features/quickSwitch/index.ts
@@ -3,7 +3,7 @@ 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('debug')('Ferdium:feature:quickSwitch'); 6const debug = require('../../preload-safe-debug')('Ferdium:feature:quickSwitch');
7 7
8export default function initialize() { 8export default function initialize() {
9 debug('Initialize quickSwitch feature'); 9 debug('Initialize quickSwitch feature');