1
0
Fork 0

VTY: Finalize had a typo, remove the whole thing, just raise an error

This commit is contained in:
Holger Hans Peter Freyther 2010-09-13 19:42:43 +08:00
parent 54853b5d65
commit 87ec0f7401
1 changed files with 1 additions and 2 deletions

View File

@ -194,8 +194,7 @@ Object subclass: VTYCommand [
]
finalize [
Transcript show: 'Command is being removed... bad'.
super fianilize.
self error: 'The command can not be removed. A crash will happen soon.'
]
]