mirror of https://github.com/lukechilds/node.git
Browse Source
and furthermore error out of one of them isn't a DNS option. Test case by Ben Lund <ben.lund@gmail.com>; additional help from Tim Caswell <tim@creationix.com>.v0.7.4-release
Ryan Dahl
15 years ago
2 changed files with 14 additions and 15 deletions
@ -0,0 +1,8 @@ |
|||
var sys = require('sys'); |
|||
|
|||
//sys.puts('puts before');
|
|||
|
|||
Object.prototype.xadsadsdasasdxx = function () { |
|||
}; |
|||
|
|||
sys.puts('puts after'); |
Loading…
Reference in new issue