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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
printLog only knows about global configs:
function printLog (text: string) { getGlobalConfig().logger(text); }
need to have it merge with provided config overrides
The text was updated successfully, but these errors were encountered:
That's a good catch. I opened a PR that should be fixing this. It seems like this deserves a minor release. What are your thoughts @hg-pyun ?
Sorry, something went wrong.
@gurisko @liiggs Thank you for catch!, I will review your pull request soon.
Successfully merging a pull request may close this issue.
printLog only knows about global configs:
need to have it merge with provided config overrides
The text was updated successfully, but these errors were encountered: