mirror of https://github.com/lukechilds/node.git
Browse Source
The deprecation warning was broken, so clearly no one is using this thing.v0.7.4-release
isaacs
15 years ago
committed by
Ryan Dahl
2 changed files with 0 additions and 6 deletions
@ -1,5 +0,0 @@ |
|||
process.stdio.writeError("\nWARNING: uri module is deprecated. Please use require(\"url\") instead.\n"); |
|||
|
|||
exports.decode = exports.parse = exports.format = exports.resolveObject = exports.resolve = function () { |
|||
throw new Error("uri module is deprecated. Please use require(\"url\") instead."); |
|||
}; |
Loading…
Reference in new issue