Skip to content

Commit

Permalink
fixup! lib: runtime deprecate SlowBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Sep 30, 2024
1 parent b409b7e commit b7b1feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ module.exports = {
Buffer,
SlowBuffer: deprecate(
SlowBuffer,
'SlowBuffer() is deprecated. Please use Buffer.allowUnsafeSlow()',
'SlowBuffer() is deprecated. Please use Buffer.allocUnsafeSlow()',
'DEP0030'),
transcode,
isUtf8,
Expand Down

0 comments on commit b7b1feb

Please sign in to comment.