Updated dependencies. Added periodic memory logger.
This commit is contained in:
@@ -27,7 +27,7 @@ async function fetchSource(link) {
|
||||
const tempFileStream = fs.createWriteStream(tempFilePath);
|
||||
const hashStream = new PassThrough();
|
||||
|
||||
hashStream.on('data', chunk => hasher.write(chunk));
|
||||
hashStream.on('data', (chunk) => hasher.write(chunk));
|
||||
|
||||
try {
|
||||
const res = await http.get(link, null, {
|
||||
|
||||
Reference in New Issue
Block a user