neume-network / strategies

Indexing strategies for the neume network.
GNU General Public License v3.0
11 stars 7 forks source link

if `transformer.args[1]` is a JavaScript object that can't be serialized in `JSON.stringify`, it'll be logged as `null` and that can be confusing #257

Closed TimDaub closed 2 years ago

TimDaub commented 2 years ago
JSON.stringify([function a(){}])
'[null]'