mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 00:39:47 +02:00
IDE: fixed comment
git-svn-id: trunk@59901 -
This commit is contained in:
parent
56ce57eedc
commit
c0aa2c69f9
@ -681,7 +681,7 @@ begin
|
|||||||
if ErrCount=0 then begin
|
if ErrCount=0 then begin
|
||||||
// parser did not add an error message
|
// parser did not add an error message
|
||||||
// => add an error message
|
// => add an error message
|
||||||
// add the last 3 lines of output with fatal urgency
|
// add up the last 100 lines of output with panic urgency
|
||||||
Tool.EnterCriticalSection; // Note: always lock Tool *before* View
|
Tool.EnterCriticalSection; // Note: always lock Tool *before* View
|
||||||
try
|
try
|
||||||
EnterCriticalSection;
|
EnterCriticalSection;
|
||||||
|
Loading…
Reference in New Issue
Block a user