property ReplOptions.breakEvalOnSigint
Stop evaluating the current piece of code when SIGINT
is received, i.e. Ctrl+C
is
pressed. This cannot be used together with a custom eval
function.
Type Jump to heading
boolean | undefined
Stop evaluating the current piece of code when SIGINT
is received, i.e. Ctrl+C
is
pressed. This cannot be used together with a custom eval
function.
boolean | undefined