mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 11:30:28 +02:00
IDE: better error msg
This commit is contained in:
parent
63d3377df5
commit
5c18e8fb9e
@ -1960,6 +1960,7 @@ begin
|
|||||||
RegistrationError(lisPkgSysInvalidComponentClass);
|
RegistrationError(lisPkgSysInvalidComponentClass);
|
||||||
continue;
|
continue;
|
||||||
end;
|
end;
|
||||||
|
CurClassname:=CurComponent.UnitName+'/'+CurClassname;
|
||||||
{$IFNDEF StopOnRegError}
|
{$IFNDEF StopOnRegError}
|
||||||
except
|
except
|
||||||
on E: Exception do begin
|
on E: Exception do begin
|
||||||
|
Loading…
Reference in New Issue
Block a user