Topic: Redirecting errors to stderr instead of stdout

Hello community,

as read some Maratis code I noticed that all script errors are directed to stdout.
I think errors should go to stderr because stderr is unbuffered and provides the data faster.

Sponk

PS: I need this faster behaviour for my script logger which starts the Maratis editor or the Maratis player to output script errors in realtime. wink

EDIT: My patch: http://pastebin.com/fddiSAGy

Last edited by Sponk (2013-05-06 12:58:54)