summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorVladimir Kurchatkin <vladimir.kurchatkin@gmail.com>2015-05-28 17:01:56 +0300
committerVladimir Kurchatkin <vladimir.kurchatkin@gmail.com>2015-06-04 10:59:43 +0300
commit628845b816262ddcf11d08815fb39a8d3d2bc077 (patch)
treeb35efd3b242477e64fa4930a2d207f0e11e6f1fa /node.gyp
parent6537fd4b55a5d8c8ec8100e23dbf76052104b89a (diff)
downloadandroid-node-v8-628845b816262ddcf11d08815fb39a8d3d2bc077.tar.gz
android-node-v8-628845b816262ddcf11d08815fb39a8d3d2bc077.tar.bz2
android-node-v8-628845b816262ddcf11d08815fb39a8d3d2bc077.zip
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.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index de0e47ec2e..cbc536d730 100644
--- a/node.gyp
+++ b/node.gyp
@@ -75,6 +75,7 @@
'lib/internal/smalloc.js',
'lib/internal/socket_list.js',
'lib/internal/repl.js',
+ 'lib/internal/util.js',
],
},