mirror of https://github.com/lukechilds/node.git
Ryan Dahl
14 years ago
2 changed files with 0 additions and 12 deletions
@ -1,11 +0,0 @@ |
|||||
var net = require('net'); |
|
||||
var sys = require('sys'); |
|
||||
|
|
||||
var warning; |
|
||||
if (!warning) { |
|
||||
warning = "The 'tcp' module is now called 'net'. Otherwise it should have a similar interface."; |
|
||||
sys.error(warning); |
|
||||
} |
|
||||
|
|
||||
exports.createServer = net.createServer; |
|
||||
exports.createConnection = net.createConnection; |
|
Loading…
Reference in new issue