Skip to content

Commit eabed2f

Browse files
committed
repl: remove obsolete TODO
It's long past v0.3.0 and .break isn't going anywhere anytime soon. PR-URL: #2081 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent af249fa commit eabed2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/repl.js

-1
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,6 @@ function addStandardGlobals(completionGroups, filter) {
855855
}
856856

857857
function defineDefaultCommands(repl) {
858-
// TODO remove me after 0.3.x
859858
repl.defineCommand('break', {
860859
help: 'Sometimes you get stuck, this gets you out',
861860
action: function() {

0 commit comments

Comments
 (0)