attempt to fix lodash.debounce #2522 #2430

pull/2531/head
Mikael Finstad 2 months ago
parent 2508199c87
commit 3cc208a4cf
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -5,7 +5,7 @@ process.traceProcessWarnings = true;
// eslint-disable-next-line import/no-extraneous-dependencies
import electron, { BrowserWindow, BrowserWindowConstructorOptions, nativeTheme, shell, app, ipcMain, Notification, NotificationConstructorOptions } from 'electron';
import i18n from 'i18next';
import debounce from 'lodash.debounce';
import debounce from 'lodash.debounce/index.js';
import yargsParser from 'yargs-parser';
import JSON5 from 'json5';
import remote from '@electron/remote/main';

Loading…
Cancel
Save