Skip to content

Commit

Permalink
0: Main script should not return anything.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlokok committed Apr 18, 2012
1 parent d49f019 commit 8ffc4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RemObjects.Train/Engine.pas
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ constructor Engine(aParent: Environment; aScriptPath: String; aScript: String :=
finally
for each el in fTasks.ToArray do
UnregisterTask(el.Item1);
Logger.Exit(true, 'script', if lFail then FailMode.Yes else FailMode.No, fEngine.SourceFileName);
Logger.Exit(true, 'script', if lFail then FailMode.Yes else FailMode.No);
end;
end;

Expand Down

0 comments on commit 8ffc4b7

Please sign in to comment.