Skip to content

Commit f34c44e

Browse files
committed
Error messages should not fail command
1 parent 463b341 commit f34c44e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/tron/command.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ export default class Command {
6161
case ReplyCode.Failed:
6262
this.status = CommandStatus.Failed;
6363
break;
64-
case ReplyCode.Error:
65-
this.status = CommandStatus.Failed;
66-
break;
6764
case ReplyCode.Done:
6865
this.status = CommandStatus.Done;
6966
break;

0 commit comments

Comments
 (0)