@@ -0,0 +1,8 @@
|
||||
'use strict'
|
||||
/**
|
||||
* Optional native. discord.js does `zlib = require('zlib-sync')` and then
|
||||
* `compression: zlib ? ZlibStream : null`. A truthy empty object enables
|
||||
* zlib-stream, after which `new zlib.Inflate()` throws and Client.login()
|
||||
* hangs forever (connect() swallows the rejection).
|
||||
*/
|
||||
module.exports = null
|
||||
Reference in New Issue
Block a user