This commit is contained in:
Fedor Indutnyy 2023-12-12 13:47:24 -08:00
commit 15e1d6e441
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -221,7 +221,7 @@ if (OS.isWindows()) {
sendDummyKeystroke = windowsNotifications.sendDummyKeystroke;
} catch (error) {
getLogger().error(
'Failed to initalize Windows Notifications:',
'Failed to initialize Windows Notifications:',
error.stack
);
}