We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a problem in the version 0.0.4.
I think the problem is in the package.json because we have added json files in src/perf folder, and when you try to launch the sentence:
"perf": "DEBUG=ciphertoken* node src/perf/*"
nothing happens.
We can do two different things, we can change this sentence by:
"perf": "DEBUG=ciphertoken* node src/perf/ciphertoken_perf.js"
and everything is working well.
Or, I think would be better moving the json files to other folder called src/shared
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have a problem in the version 0.0.4.
I think the problem is in the package.json because we have added json files in src/perf folder, and when you try to launch the sentence:
nothing happens.
We can do two different things, we can change this sentence by:
and everything is working well.
Or, I think would be better moving the json files to other folder called src/shared
The text was updated successfully, but these errors were encountered: