Skip to content

Commit

Permalink
Adjusted call
Browse files Browse the repository at this point in the history
  • Loading branch information
snakeice committed Jun 11, 2019
1 parent db0dae1 commit c1f14a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Boss.Modules.PackageProcessor.pas
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class procedure TBossPackageProcessor.OnActiveProjectChanged(AProject: string);
begin
TProviderMessage.GetInstance.WriteLn('Loading packages from project ' + AProject);

UnloadOlds;
GetInstance.UnloadOlds;
GetInstance.LoadBpls(ExtractFilePath(AProject) + C_MODULES_FOLDER);
GetInstance.LoadTools(ExtractFilePath(AProject) + C_MODULES_FOLDER);
end;
Expand Down

0 comments on commit c1f14a0

Please sign in to comment.