diff options
author | Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com> | 2015-05-28 17:01:56 +0300 |
---|---|---|
committer | Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com> | 2015-06-04 10:59:43 +0300 |
commit | 628845b816262ddcf11d08815fb39a8d3d2bc077 (patch) | |
tree | b35efd3b242477e64fa4930a2d207f0e11e6f1fa /node.gyp | |
parent | 6537fd4b55a5d8c8ec8100e23dbf76052104b89a (diff) | |
download | node-new-628845b816262ddcf11d08815fb39a8d3d2bc077.tar.gz |
util: introduce `printDeprecationMessage` function
`printDeprecationMessage` is used to deprecate modules
and execution branches.
PR-URL: https://github.com/nodejs/io.js/pull/1822
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ 'lib/internal/smalloc.js', 'lib/internal/socket_list.js', 'lib/internal/repl.js', + 'lib/internal/util.js', ], }, |