mirror of https://github.com/nodejs/node.git
repl: remove obsolete TODO
It's long past v0.3.0 and .break isn't going anywhere anytime soon. PR-URL: https://github.com/nodejs/io.js/pull/2081 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Brian White <mscdex@mscdex.net>pull/2139/head
parent
af249fa8a1
commit
eabed2f518
|
@ -855,7 +855,6 @@ function addStandardGlobals(completionGroups, filter) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function defineDefaultCommands(repl) {
|
function defineDefaultCommands(repl) {
|
||||||
// TODO remove me after 0.3.x
|
|
||||||
repl.defineCommand('break', {
|
repl.defineCommand('break', {
|
||||||
help: 'Sometimes you get stuck, this gets you out',
|
help: 'Sometimes you get stuck, this gets you out',
|
||||||
action: function() {
|
action: function() {
|
||||||
|
|
Loading…
Reference in New Issue