Skip to content

Commit

Permalink
Update deprecate message
Browse files Browse the repository at this point in the history
  • Loading branch information
princejwesley committed Jul 28, 2016
1 parent 326757e commit 60f4a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ REPLServer.prototype.convertToContext = util.deprecate(function(cmd) {
}

return cmd;
}, 'replServer.convertToContext will be removed after v7');
}, 'replServer.convertToContext() is deprecated');

function bailOnIllegalToken(parser) {
return parser._literal === null &&
Expand Down

0 comments on commit 60f4a9f

Please sign in to comment.