mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Migrate to eslint
This commit is contained in:
committed by
Josh Perez
parent
0fe7e30398
commit
b4e9c278d3
+1
-1
@@ -12,7 +12,7 @@ export async function start(
|
||||
getMainWindow: () => BrowserWindow,
|
||||
locale?: LocaleType,
|
||||
logger?: LoggerType
|
||||
) {
|
||||
): Promise<void> {
|
||||
const { platform } = process;
|
||||
|
||||
if (initialized) {
|
||||
|
||||
Reference in New Issue
Block a user