summaryrefslogtreecommitdiff
path: root/lib/smalloc.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smalloc.js')
-rw-r--r--lib/smalloc.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/smalloc.js b/lib/smalloc.js
index 9a74ca94bf..9d52e02cd0 100644
--- a/lib/smalloc.js
+++ b/lib/smalloc.js
@@ -3,4 +3,5 @@
const util = require('internal/util');
module.exports = require('internal/smalloc');
-util.printDeprecationMessage('smalloc is deprecated.');
+util.printDeprecationMessage('smalloc is deprecated. ' +
+ 'Use typed arrays instead.');