mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
ff64a4c395
This gives us the ability to preload when using the node repl. This can be useful for doing things like creating aliases. Fixes: https://github.com/nodejs/node/issues/4661 PR-URL: https://github.com/nodejs/node/pull/4696 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
2 lines
19 B
JavaScript
2 lines
19 B
JavaScript
global.a = 'test';
|