You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It looks like this issue only happens for objects created in the REPL directly. You are right that the issue is the value.constructor === Object line returning false for objects created in the REPL.
Are you seeing this issue other than for objects created directly in the REPL like your example?
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
The text was updated successfully, but these errors were encountered: