continueOnError property

bool continueOnError
getter/setter pair

If set to true, then errors will be printed without causing an immediate exception halting execution.

Implementation

static bool continueOnError = false;