Skip to content

Commit

Permalink
chore: Update developer/src/tike/debug/Keyman.System.Debug.DebugCore.pas
Browse files Browse the repository at this point in the history
Co-authored-by: Darcy Wong <[email protected]>
  • Loading branch information
mcdurdin and darcywong00 authored Nov 27, 2024
1 parent b5b1747 commit 73dc549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/src/tike/debug/Keyman.System.Debug.DebugCore.pas
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ constructor TDebugCore.Create(const Filename: string; EnableDebug: Boolean);
FKeyboard := nil;
FState := nil;

buffer := nil;
Buffer := nil;
try
fs := TFileStream.Create(Filename, fmOpenRead or fmShareDenyWrite);
try
Expand Down

0 comments on commit 73dc549

Please sign in to comment.