mirror of https://github.com/lukechilds/node.git
Browse Source
Update deprecation test to use another method. Ref: https://github.com/nodejs/node/pull/2529 PR-URL: https://github.com/nodejs/node/pull/3432 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>v5.x
committed by
Rod Vagg
3 changed files with 6 additions and 13 deletions
@ -1 +1 @@ |
|||
require('util').p('This is deprecated'); |
|||
require('util').debug('This is deprecated'); |
|||
|
Loading…
Reference in new issue