tableflip / guvnor

A node process manager that isn't spanners all the way down
MIT License
430 stars 37 forks source link

Fixes #23 - Fix exceptions accessing undefined properties or properties of null/undefined values. #24

Closed alanshaw closed 9 years ago

alanshaw commented 9 years ago

Compare with null because x == null is always false unless x is null or undefined. For values that require extra numeric formatting (memory, rounding etc.) there is an extra isNaN check.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.16%) when pulling 930af46699837acffa88140b0af418412fff5979 on process-list-formatting-fixes into 47b4c87d77ce4ad803d05c1bf09f6d7a8420c5d4 on master.