matrix-cli icon indicating copy to clipboard operation
matrix-cli copied to clipboard

Helper error function added to print error logs

Open diegoribero opened this issue 7 years ago • 0 comments

matrix ping error log fixed (not printing error possibly due to lack of validation)

Matrix.error receives 2 parameters

  • err: Error object or error message
  • source: Optional source string that is printed before the message surrounded by ()

The following code: screen shot 2018-04-27 at 11 32 24 am

Has the following output: screen shot 2018-04-27 at 11 32 33 am

diegoribero avatar Apr 27 '18 22:04 diegoribero