bahmutov / lazy-ass

Lazy node assertions without performance penalty
http://glebbahmutov.com/lazy-ass/
MIT License
69 stars 5 forks source link

Does not print property with value "undefined" on error #20

Closed bahmutov closed 8 years ago

bahmutov commented 8 years ago

Hmm, seems if a condition fails, the property "bad" is not printed

var o = {
  bad: undefined
}
la(false, 'object', o)