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

Exception when calling stringify (or bp.log) from global scope #145

Closed
achiyae opened this issue Jan 10, 2021 · 2 comments
Closed

Exception when calling stringify (or bp.log) from global scope #145

achiyae opened this issue Jan 10, 2021 · 2 comments
Labels

Comments

@achiyae
Copy link
Member

achiyae commented Jan 10, 2021

No description provided.

@achiyae
Copy link
Member Author

achiyae commented Jan 10, 2021

The following code throws an exception when executed from a non-bthread scope:

let s = new Set()
s.add('a')
bp.log.info("{0}", s)

@michbarsinai michbarsinai added this to the Pre-1.0 cleanup milestone Jan 24, 2021
@michbarsinai
Copy link
Member

Cannot reproduce on new version (in develop). Test added.

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

No branches or pull requests

2 participants