Working in the Good Eggs coffeescript console, I try the following:
fibrous> getto = require 'getto'
fibrous> { value: {} }
It throws "Error: Error: Not an Object". Works just fine in the node console. Seems to be failing on the "value.constructor === Object" condition on line 25
Working in the Good Eggs coffeescript console, I try the following:
fibrous> getto = require 'getto'
fibrous> { value: {} }
It throws "Error: Error: Not an Object". Works just fine in the node console. Seems to be failing on the "value.constructor === Object" condition on line 25