Node-red error & twilio send message to two numbers

Hello everybody , when i deploy my projet i got this message in the console but its working perfectly ?
how can i solve it ?
thanks in advance
and also i have another question about twilio , can i send sms to multiple numbers?
if yes how can i do it? thank you again
the error message:
29 Jul 10:34:31 - [info] [mqtt-broker:Orange] Connected to broker: mqtt://liveobjects.orange-business.com:1883
(node:8652) UnhandledPromiseRejectionWarning: # (node:8652) UnhandledPromiseRejectionWarning: Unhandled promise rejection.
This error originated either by throwing insi de of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:8652) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Not sure what the question has to do with the thread title. What node are you using to connect to the orange mqtt broker?
Note that it is a warning rather than an error.
Also show us the startup log that you see if you start node-red in a terminal.