Explorar el Código

Message sending: Log error when task is not set

Danilo Bargen hace 7 años
padre
commit
aefdbb3f39
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/services/webclient.ts

+ 2 - 0
src/services/webclient.ts

@@ -2995,6 +2995,8 @@ export class WebClientService {
                     }
                 }
                 break;
+            default:
+                this.$log.error(this.logTag, 'Trying to send message, but no chosen task set');
         }
     }