mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
2443d832 (in 1.0.4) ensures that the repl doesn't overwrite `_`, but it
replaces the server's global `_` with shell-server's `_`. This changes
appears to preserve it.
Fixes #4010.