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
If after running tmpl-specs to call process.exit(1); then the console displays:
tmpl-specs
process.exit(1);
child_process: customFds option is deprecated, use stdio instead.
Read more — bem/bem-core#1033
The text was updated successfully, but these errors were encountered:
The error occurs because of use process.on('exit') and process.exit:
process.on('exit')
process.exit
Sorry, something went wrong.
blond
No branches or pull requests
If after running
tmpl-specs
to callprocess.exit(1);
then the console displays:Read more — bem/bem-core#1033
The text was updated successfully, but these errors were encountered: