mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
There is unfortunately no way to access the special Recoverable constructor defined in node/lib/repl.js unless we temporarily use the defaultEval function, trigger a recoverable error, and capture its .constructor property. Fortunately we are that clever. Fixes #7504.