add missing closeComRobot
This commit is contained in:
parent
a11dc90427
commit
c2c23e912c
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ while ()
|
||||||
:counter++;
|
:counter++;
|
||||||
if (counter) then (3)
|
if (counter) then (3)
|
||||||
:stopRobot!;
|
:stopRobot!;
|
||||||
|
:closeComRobot!;
|
||||||
:monitor.write(Message(MESSAGE_ANSWER_COM_ERROR));
|
:monitor.write(Message(MESSAGE_ANSWER_COM_ERROR));
|
||||||
else ()
|
else ()
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue