Typo in the hollywood docs (7.7 Error handling)

Report any Hollywood bugs here
Post Reply
User avatar
mrupp
Posts: 147
Joined: Sun Jan 31, 2021 7:44 pm
Location: Switzerland
Contact:

Typo in the hollywood docs (7.7 Error handling)

Post by mrupp »

Just stumpled upon a typo in the hollywood docs in chapter "7.7 Error handling". In the last paragraph it says:
Although 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.
But it should say
... by passing False to ExitOnError() ...
Shouldn't it?
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Typo in the hollywood docs (7.7 Error handling)

Post by airsoftsoftwair »

Yup, fixed, thanks.
Post Reply