remote: support arguments of type Date
This commit is contained in:
parent
5f3c6107d5
commit
72374b6e31
4 changed files with 16 additions and 1 deletions
4
spec/fixtures/module/print_name.js
vendored
4
spec/fixtures/module/print_name.js
vendored
|
@ -1,3 +1,7 @@
|
|||
exports.print = function(obj) {
|
||||
return obj.constructor.name;
|
||||
}
|
||||
|
||||
exports.echo = function(obj) {
|
||||
return obj;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue