Typo in the hollywood docs (7.7 Error handling)
Posted: Fri May 21, 2021 10:56 am
Just stumpled upon a typo in the hollywood docs in chapter "7.7 Error handling". In the last paragraph it says:
... by passing False to ExitOnError() ...
Shouldn't it?
But it should sayAlthough we have disabled Hollywood's error handler by passing True to ExitOnError(), Hollywood will still immediately halt the script's execution because passing "Hello" to LoadBrush() is just plain wrong and Hollywood will consider this a major mistake and won't allow your script to intercept this error in any way.
... by passing False to ExitOnError() ...
Shouldn't it?