Use the newer Node.js binding for 'vm'.

This commit is contained in:
Jeremy Ashkenas
2011-03-16 05:47:58 -05:00
parent cdeb28a793
commit 3b2bade2f2
2 changed files with 2 additions and 2 deletions

View File

@@ -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