mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -6,8 +6,8 @@ import { Menu, Tray, app, nativeImage, nativeTheme, screen } from 'electron';
|
||||
import os from 'node:os';
|
||||
import { join } from 'node:path';
|
||||
import { readFileSync } from 'node:fs';
|
||||
import { createLogger } from '../ts/logging/log';
|
||||
import type { LocalizerType } from '../ts/types/I18N';
|
||||
import { createLogger } from '../ts/logging/log.js';
|
||||
import type { LocalizerType } from '../ts/types/I18N.js';
|
||||
|
||||
const log = createLogger('SystemTrayService');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user