mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-19 06:04:11 +00:00
remove binary-parsser lib dependency
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
const chunk = require('../chunk');
|
||||
|
||||
module.exports = (trackerId, fieldChunks) => chunk(trackerId, Buffer.concat(fieldChunks), true);
|
||||
module.exports = (trackerId, fieldChunks) => chunk(trackerId, Buffer.concat(fieldChunks), fieldChunks.length > 0);
|
||||
|
||||
Reference in New Issue
Block a user