For a list of files passed to Run method, in case of CompileError, Run returns and we can log/process the CompileError. But in case of RuntimeError, application crashes just like the code was called outside Run method, and Run never returns. Although it is not mentioned explicitly in the docs that Run will return in case of RuntimeError as it is mentioned for Eval. But the example code given for Run does suggest so, as it handles the RuntimeError? So are the docs incorrect?