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:
parent
c1f7db8275
commit
233cd27d70
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
backlog = '';
|
||||
try {
|
||||
_ = global._;
|
||||
returnValue = CoffeeScript.eval("_=(" + code + "\n)", {
|
||||
returnValue = CoffeeScript["eval"]("_=(" + code + "\n)", {
|
||||
filename: 'repl',
|
||||
modulename: 'repl'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue