mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Reduce scope of disabled more/no-then rule
This commit is contained in:
2
main.js
2
main.js
@@ -426,6 +426,7 @@ app.on('ready', () => {
|
||||
logging.initialize().catch((error) => {
|
||||
loggingSetupError = error;
|
||||
}).then(() => {
|
||||
/* eslint-enable more/no-then */
|
||||
logger = logging.getLogger();
|
||||
logger.info('app ready');
|
||||
|
||||
@@ -450,7 +451,6 @@ app.on('ready', () => {
|
||||
|
||||
setupMenu();
|
||||
});
|
||||
/* eslint-enable more/no-then */
|
||||
});
|
||||
|
||||
function setupMenu(options) {
|
||||
|
||||
Reference in New Issue
Block a user