mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Use the newer Node.js binding for 'vm'.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# Require the **coffee-script** module to get access to the compiler.
|
||||
CoffeeScript = require './coffee-script'
|
||||
readline = require 'readline'
|
||||
Script = process.binding('evals').Script
|
||||
{Script} = require 'vm'
|
||||
|
||||
# REPL Setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user