Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Exception on Run with GUI HttpApp issue #109
Browse files Browse the repository at this point in the history
  • Loading branch information
atihonovs committed Sep 13, 2014
1 parent fea9db6 commit 8fa945b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brokers/brookfclhttpappbroker.pas
Expand Up @@ -124,7 +124,7 @@ constructor TBrookApplication.Create;
begin
FApp := TBrookHttpApplication.Create(nil);
FApp.Initialize;
FApp.ShowTermMsg := True;
FApp.ShowTermMsg := System.IsConsole;
end;

destructor TBrookApplication.Destroy;
Expand Down

0 comments on commit 8fa945b

Please sign in to comment.