Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes fastq mandatory concurrency #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

crystalin
Copy link

fastq complains about concurrency if not explicit:

Error: fastqueue concurrency must be equal to or greater than 1
    at fastqueue (/home/crystalin/.nvm/versions/node/v20.16.0/lib/node_modules/solgrep/node_modules/fastq/queue.js:15:11)
    at /home/crystalin/.nvm/versions/node/v20.16.0/lib/node_modules/solgrep/src/solgrep.js:100:23
    at new Promise (<anonymous>)
    at SolGrep.analyzeDirQueue (/home/crystalin/.nvm/versions/node/v20.16.0/lib/node_modules/solgrep/src/solgrep.js:91:16)
    at main (/home/crystalin/.nvm/versions/node/v20.16.0/lib/node_modules/solgrep/bin/main.js:143:29)
    at Object.<anonymous> (/home/crystalin/.nvm/versions/node/v20.16.0/lib/node_modules/solgrep/bin/main.js:167:1)
    at Module._compile (node:internal/modules/cjs/loader:1358:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
    at Module.load (node:internal/modules/cjs/loader:1208:32)
    at Module._load (node:internal/modules/cjs/loader:1024:12)

Copy link

@X1pherW0lf X1pherW0lf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note

I encountered the same issue and can confirm that this fix resolves the problem. Thanks for the patch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants