Skip to content

Commit

Permalink
ref - No need to fully qualify ConsoleBase
Browse files Browse the repository at this point in the history
---

Type: ref
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 20, 2024
1 parent 40a78b1 commit 06bc0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Nitrocid/Kernel/Starting/KernelInitializers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ internal static void InitializeCritical()
PowerSignalHandlers.RegisterHandlers();

// Resize handler
ConsoleBase.ConsoleResizeHandler.StartHandler();
ConsoleResizeHandler.StartHandler();
InputTools.InitializeTerminauxWrappers();
}
catch (Exception ex)
Expand Down

0 comments on commit 06bc0f6

Please sign in to comment.