We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057cf1e commit 536bc48Copy full SHA for 536bc48
src/utils/processPath.ts
@@ -10,7 +10,6 @@ export function processPath(
10
options: Options,
11
maxWorkers: number,
12
): void {
13
- console.log({ directoryPath });
14
const workerPool = new WorkerPool(maxWorkers);
15
16
// Read the contents of the directory
utils/processPath.js
@@ -8,7 +8,6 @@ const workerPool_1 = require("./workerPool");
8
* Processes all files in the specified directory with the given image processing options.
9
*/
function processPath(directoryPath, options, maxWorkers) {
const workerPool = new workerPool_1.WorkerPool(maxWorkers);
fs.readdir(directoryPath, (err, files) => {
0 commit comments