mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
@@ -855,7 +855,6 @@ function addStandardGlobals(completionGroups, filter) {
|
||||
}
|
||||
|
||||
function defineDefaultCommands(repl) {
|
||||
// TODO remove me after 0.3.x
|
||||
repl.defineCommand('break', {
|
||||
help: 'Sometimes you get stuck, this gets you out',
|
||||
action: function() {
|
||||
|
||||
Reference in New Issue
Block a user