mirror of https://github.com/lukechilds/node.git
Browse Source
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>process-exit-stdio-flushing
Evan Lucas
9 years ago
3 changed files with 16 additions and 1 deletions
@ -0,0 +1 @@ |
|||
global.a = 'test'; |
Loading…
Reference in new issue