Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meteor shell
should preserve global _
2443d83 (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 meteor#4010.
- Loading branch information