Closed ferhatelmas closed 4 years ago
On success, EEXIT error with exit:0 is thrown so correct output is written and logged as error.
EEXIT
exit:0
Updated logic only on debug:token command, probably other commands also need to be updated accordingly.
debug:token
Related to https://github.com/GetStream/stream-chat-js/issues/313
Also, for your information, it's not working in node 13 due to missing @babel/compat-data/corejs3-shipped-proposals. It might be upstream issue though.
@babel/compat-data/corejs3-shipped-proposals
On success,
EEXIT
error withexit:0
is thrown so correct output is written and logged as error.Updated logic only on
debug:token
command, probably other commands also need to be updated accordingly.Related to https://github.com/GetStream/stream-chat-js/issues/313