You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that Node does not support passing breakEvalOnSigint with a custom eval function - I don't know if there is a solution but I would be interested in one
Search Terms
infinite loop
breakEvalOnSigint
break
Expected Behavior
As soon as Ctrl+C is pressed, eval should throw "Uncaught Error: Script execution was interrupted by
SIGINT
", as in default node.js repl.Actual Behavior
Loops indefinitely.
Steps to reproduce the problem
Open ts-node repl with
ts-node
, and typewhile(1){}
and hit enter.Minimal reproduction
Specifications
The text was updated successfully, but these errors were encountered: