mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
fix: initialize typo
This commit is contained in:
@@ -189,7 +189,7 @@ export function initialize({
|
||||
sql: MainSQL;
|
||||
}): void {
|
||||
if (initialized) {
|
||||
throw new Error('initialze: Already initialized!');
|
||||
throw new Error('initialize: Already initialized!');
|
||||
}
|
||||
initialized = true;
|
||||
|
||||
|
||||
@@ -216,7 +216,7 @@ if (OS.isWindows()) {
|
||||
sendDummyKeystroke = windowsNotifications.sendDummyKeystroke;
|
||||
} catch (error) {
|
||||
getLogger().error(
|
||||
'Failed to initalize Windows Notifications:',
|
||||
'Failed to initialize Windows Notifications:',
|
||||
error.stack
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user