We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5b13 commit 4cf19adCopy full SHA for 4cf19ad
lib/util.js
@@ -838,11 +838,6 @@ function hasOwnProperty(obj, prop) {
838
839
// Deprecated old stuff.
840
841
-exports.exec = internalUtil.deprecate(function() {
842
- return require('child_process').exec.apply(this, arguments);
843
-}, 'util.exec is deprecated. Use child_process.exec instead.');
844
-
845
846
exports.print = internalUtil.deprecate(function() {
847
for (var i = 0, len = arguments.length; i < len; ++i) {
848
process.stdout.write(String(arguments[i]));
0 commit comments