Commit 99465a04e9516d84a9dfe5435b534a2f142c74e1

Authored by Adhidarma Hadiwinoto
1 parent d9342c6454
Exists in master

gagal, dibatalkan SILAHKAN DICOBA KEMBALI: rc 40

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -148,6 +148,9 @@ function parseMessage(task, message) {
148 148 else if (message.indexOf('GAGAL') >= 0) {
149 149 rc = '40';
150 150 }
  151 + else if (message.indexOf('gagal, dibatalkan SILAHKAN DICOBA KEMBALI')) {
  152 + rc = '40';
  153 + }
151 154 else if (message.indexOf('Invalid Signature') >= 0) {
152 155 rc = '40';
153 156 }