abreits / node-red-contrib-amqp

Node-RED AMQP input and output nodes
16 stars 18 forks source link

Fix 'toLowerCase' of undefined' issue #28

Closed amodelbello closed 4 years ago

amodelbello commented 4 years ago

For windows and macos systems getos returns 'undefined' for the dist property. This fix checks if dist exists and if not uses the 'os' property.

Fixes #27 & #25