Since last commit (01bd3a47401a010c17b635370ba912e183bc4acc) there is a problem when you pass a content with a type different of string (number, as example).
The problem is at line 174 from put.js. Maybe the arg type could be checked before or converted to string first.
Since last commit (01bd3a47401a010c17b635370ba912e183bc4acc) there is a problem when you pass a content with a type different of string (number, as example).
The problem is at line 174 from put.js. Maybe the arg type could be checked before or converted to string first.