Skip to content

Commit

Permalink
Update use of repl.start otherwise latest node throws.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jul 7, 2012
1 parent 9c4ada2 commit 1c59f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repl-utils.js
Expand Up @@ -51,7 +51,7 @@ function Use(context) {
}

exports.main = function main() {
var context = repl.start().context
var context = repl.start('> ').context
context.use = Use(context)
context.doc = doc
}
Expand Down

0 comments on commit 1c59f53

Please sign in to comment.