From 5ccbb46c811ce702535e889b7f306009be18f48f Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 11 Jul 2012 11:18:18 -0700 Subject: [PATCH] fix for node v0.8.x --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index d06dc77..73fd4f4 100644 --- a/lib/index.js +++ b/lib/index.js @@ -23,7 +23,7 @@ function startRepl() { console.error('repl is already running, only one instance is allowed') return } - return extendRepl(replModule.start()) + return extendRepl(replModule.start('> ')) } function log(s) {