mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-21 21:54:36 +00:00
Add missing word
This commit is contained in:
parent
4a052e4394
commit
14b3219ee6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace BirthdayBot
|
|||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
private void OnCancelKeyPressed(Object sender, ConsoleCancelEventArgs e)
|
||||
private static void OnCancelKeyPressed(object sender, ConsoleCancelEventArgs e)
|
||||
{
|
||||
e.Cancel = true;
|
||||
Log("Shutdown", "Caught cancel key. Will shut down...");
|
||||
|
|
Loading…
Reference in a new issue