popcodeorg / popcodeorg/popcode
Bug: Popcode console is not updating with console.log or errors
Open
@pwjablonski is already working on this.
Since Mar 4, 2020.
- Dominant language
- JavaScript
- Stars
- 191
- Forks
- 143
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 5
Description
Describe the bug
I think there is an issue with the Popcode console that prevents it from catching any messages from the iframe.
To Reproduce
Two different reproductions:
-
Type
console.log('hello'); -
Notice that the browser console contains the message, but Popcode does not
-
Type
throw new Error('hello'); -
The Popcode console does not update
@pwjablonski
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.