mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 05:51:26 +02:00
The exit code isn't reseted in the pas2js compiler.
This commit is contained in:
parent
7be2af8ec2
commit
a9a4f225c2
@ -4503,6 +4503,7 @@ end;
|
||||
|
||||
procedure TPas2jsCompiler.Reset;
|
||||
begin
|
||||
ExitCode:=0;
|
||||
FResolverHub.Reset;
|
||||
FreeAndNil(FWPOAnalyzer);
|
||||
FPrecompileGUID:=default(TGUID);
|
||||
|
Loading…
Reference in New Issue
Block a user