this is stupid
This commit is contained in:
parent
5bf2e81406
commit
a8eb071504
1 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,8 @@
|
||||||
========================================
|
========================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { parentPort } = require('worker_threads');
|
const { parentPort } = require('worker_threads'),
|
||||||
|
{ deflateSync } = require("zlib");
|
||||||
const { deflateSync } = require("zlib");
|
|
||||||
|
|
||||||
const bufferStuff = require("../bufferStuff.js");
|
const bufferStuff = require("../bufferStuff.js");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue