gentooboontoo / js-quantities

JavaScript library for quantity calculation and unit conversion
http://gentooboontoo.github.io/js-quantities/
MIT License
396 stars 102 forks source link

Incompatibility exception doesn't report units #79

Closed Linearity closed 7 years ago

Linearity commented 7 years ago

I get a QtyError about incompatible units in an addition operation, but it doesn't say what units are incompatible! I must deduce what units the operands have. Debugging would be faster if the exception object recorded and displayed this information.

gentooboontoo commented 7 years ago

Fixed by PR #80.