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
As of b517500, multiline input is triggered when the eval callback is executed with an instance of Recoverable. However, Recoverable is not exported from the "repl" module. It is therefore no longer possible (AFAICT) to trigger multiline input when overriding "eval" in REPL.start.
As of b517500, multiline input is triggered when the
evalcallback is executed with an instance ofRecoverable. However,Recoverableis not exported from the "repl" module. It is therefore no longer possible (AFAICT) to trigger multiline input when overriding "eval" inREPL.start.