1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

rebuilding REPL with newest CS compiler

This commit is contained in:
Michael Ficarra 2012-01-16 19:21:20 -05:00
parent c1f7db8275
commit 233cd27d70

View file

@ -113,7 +113,7 @@
backlog = '';
try {
_ = global._;
returnValue = CoffeeScript.eval("_=(" + code + "\n)", {
returnValue = CoffeeScript["eval"]("_=(" + code + "\n)", {
filename: 'repl',
modulename: 'repl'
});