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 targets is undefined the code seems to hang (never return):
undefined
tapes.add('test', d+'/*test.jsx', targets, true); tapes.run(d+'/results.md');
As a result npm run test indesign-13 works great, but npm run test hangs without notification to what is going on.
npm run test indesign-13
npm run test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If targets is
undefined
the code seems to hang (never return):As a result
npm run test indesign-13
works great, butnpm run test
hangs without notification to what is going on.The text was updated successfully, but these errors were encountered: