-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: BSON
-
None
Our serializeFunction method depends on the output of Function.prototype.toString, which has changed in recent versions of node. As a result, a number of our bson tests are failing due to an expected output string of function () {} rather than function() {}.